summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-23 00:38:22 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-23 00:38:22 +0000
commit202dee0077b3756f5fad43c521ceec4f7349c91e (patch)
treea300b2a88dbb7aa9d68ad300100816b079fff566 /build
parent8bae513520fc53ca13c5709398dfe21c7509721b (diff)
downloadchromium_src-202dee0077b3756f5fad43c521ceec4f7349c91e.zip
chromium_src-202dee0077b3756f5fad43c521ceec4f7349c91e.tar.gz
chromium_src-202dee0077b3756f5fad43c521ceec4f7349c91e.tar.bz2
Switching sandbox to gyp on windows.
Rolling forward deps on gyp to get 'copies' support. This time handled wow_helper. Review URL: http://codereview.chromium.org/42355 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12270 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:*',