diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 12:09:58 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 12:09:58 +0000 |
commit | dabda822f5e5823074c450dda756b12f5b7f1a2e (patch) | |
tree | c00f85d23fc81ed1e0218cc60841b714b6c7e7ae /build/all.gyp | |
parent | e738ea51ac8011f8c16c10666fba1bb7b930fbb3 (diff) | |
download | chromium_src-dabda822f5e5823074c450dda756b12f5b7f1a2e.zip chromium_src-dabda822f5e5823074c450dda756b12f5b7f1a2e.tar.gz chromium_src-dabda822f5e5823074c450dda756b12f5b7f1a2e.tar.bz2 |
Revert 11946 since it is causing a build breakage on full rebuild. The
sandbox project wasn't copying wow_helper.exe anymore, causing a build
breakage on x64 platforms only.
TBR=bnelson
Review URL: http://codereview.chromium.org/42328
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11955 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/all.gyp b/build/all.gyp index a55b2c0..6275410 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -25,11 +25,6 @@ '../net/net.gyp:*', ], 'conditions': [ - ['OS=="win"', { - 'dependencies': [ - '../sandbox/sandbox.gyp:*', - ], - }], ['all_gyps', { 'dependencies': [ '../chrome/chrome.gyp:*', |