summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-12 22:32:29 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-12 22:32:29 +0000
commite352f3558792e1dc0e3910b87ba7ad4ed68ce37d (patch)
tree2649b464b56ddb434766775e9079482fa63091c7 /webkit/webkit.gyp
parent396c3b382ee3333fcbdfa2002520dc4df65e7c7c (diff)
downloadchromium_src-e352f3558792e1dc0e3910b87ba7ad4ed68ce37d.zip
chromium_src-e352f3558792e1dc0e3910b87ba7ad4ed68ce37d.tar.gz
chromium_src-e352f3558792e1dc0e3910b87ba7ad4ed68ce37d.tar.bz2
Implement WebSandboxSupport.
R=dglazkov Review URL: http://codereview.chromium.org/42146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11588 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 31c0cfd..8fa13d1 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -4120,6 +4120,7 @@
}],
['OS=="win"', {
'sources': [
+ '../third_party/WebKit/WebKit/chromium/public/win/WebSandboxSupport.h',
'../third_party/WebKit/WebKit/chromium/public/win/WebThemeEngine.h',
],
}],