diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-23 00:38:22 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-23 00:38:22 +0000 |
commit | 202dee0077b3756f5fad43c521ceec4f7349c91e (patch) | |
tree | a300b2a88dbb7aa9d68ad300100816b079fff566 /build/all.gyp | |
parent | 8bae513520fc53ca13c5709398dfe21c7509721b (diff) | |
download | chromium_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/all.gyp')
-rw-r--r-- | build/all.gyp | 5 |
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:*', |