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
Esse commit está contido em:
bradnelson@google.com
2009-03-23 00:38:22 +00:00
commit 07f963db2e
5 arquivos alterados com 16 adições e 2 exclusões
+1 -1
Ver Arquivo
@@ -26,7 +26,7 @@ deps = {
# TODO(mark): Remove once this has moved into depot_tools.
"src/tools/gyp":
"http://gyp.googlecode.com/svn/trunk@388",
"http://gyp.googlecode.com/svn/trunk@390",
"src/v8":
"http://v8.googlecode.com/svn/trunk@1564",
+5
Ver Arquivo
@@ -25,6 +25,11 @@
'../net/net.gyp:*',
],
'conditions': [
['OS=="win"', {
'dependencies': [
'../sandbox/sandbox.gyp:*',
],
}],
['all_gyps', {
'dependencies': [
'../chrome/chrome.gyp:*',
+1 -1
Ver Arquivo
@@ -423,7 +423,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ui_tests", "test\ui\ui_test
{FA537565-7B03-4FFC-AF15-F7A979B72E22} = {FA537565-7B03-4FFC-AF15-F7A979B72E22}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sandbox", "..\sandbox\src\sandbox.vcproj", "{881F6A97-D539-4C48-B401-DF04385B2343}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sandbox", "..\sandbox\sandbox.vcproj", "{881F6A97-D539-4C48-B401-DF04385B2343}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{846901FD-A619-4BD5-A303-38174730CDD6}"
EndProject
+9
Ver Arquivo
@@ -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',