summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-18 04:51:42 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-18 04:51:42 +0000
commit75964a02afa7863f58f56658780aef39e6378585 (patch)
treeefafe000a0b4bf0836d5f0b6777d28c68906b1cf /build
parentde307f3413a7acb430281e67f814ffd0c030a11c (diff)
downloadchromium_src-75964a02afa7863f58f56658780aef39e6378585.zip
chromium_src-75964a02afa7863f58f56658780aef39e6378585.tar.gz
chromium_src-75964a02afa7863f58f56658780aef39e6378585.tar.bz2
Moving sbox to gyp on windows.
(Also fixing missing property on sdch.) Review URL: http://codereview.chromium.org/42317 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 6275410..a55b2c0 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -25,6 +25,11 @@
'../net/net.gyp:*',
],
'conditions': [
+ ['OS=="win"', {
+ 'dependencies': [
+ '../sandbox/sandbox.gyp:*',
+ ],
+ }],
['all_gyps', {
'dependencies': [
'../chrome/chrome.gyp:*',