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 /sandbox | |
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 'sandbox')
-rw-r--r-- | sandbox/sandbox.gyp | 9 | ||||
-rw-r--r-- | sandbox/sandbox_standalone.sln (renamed from sandbox/sandbox.sln) | 0 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index ff07643..505dc9b 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -142,6 +142,15 @@ 'include_dirs': [ '..', ], + 'copies': [ + { + 'destination': '<(PRODUCT_DIR)', + 'files': [ + 'wow_helper/wow_helper.exe', + 'wow_helper/wow_helper.pdb', + ], + }, + ], 'configurations': { 'Debug': { 'msvs_precompiled_header': 'src/stdafx.h', diff --git a/sandbox/sandbox.sln b/sandbox/sandbox_standalone.sln index 529d20e..529d20e 100644 --- a/sandbox/sandbox.sln +++ b/sandbox/sandbox_standalone.sln |