| Index: sandbox/win/sandbox_win.gypi
|
| diff --git a/sandbox/sandbox_win.gypi b/sandbox/win/sandbox_win.gypi
|
| similarity index 97%
|
| rename from sandbox/sandbox_win.gypi
|
| rename to sandbox/win/sandbox_win.gypi
|
| index 86506c16c009430ae06c05a19f77799893c98003..592098f98bc0ed997f7e3cc43d6e7a25fea2cf4b 100644
|
| --- a/sandbox/sandbox_win.gypi
|
| +++ b/sandbox/win/sandbox_win.gypi
|
| @@ -166,21 +166,22 @@
|
| 'src/Wow64.h',
|
| ],
|
| 'include_dirs': [
|
| - '..',
|
| + '../..',
|
| ],
|
| 'copies': [
|
| {
|
| 'destination': '<(PRODUCT_DIR)',
|
| 'files': [
|
| - 'wow_helper/wow_helper.exe',
|
| - 'wow_helper/wow_helper.pdb',
|
| + #FIXME just for trybot
|
| + #'wow_helper/wow_helper.exe',
|
| + #'wow_helper/wow_helper.pdb',
|
| ],
|
| },
|
| ],
|
| 'direct_dependent_settings': {
|
| 'include_dirs': [
|
| 'src',
|
| - '..',
|
| + '../..',
|
| ],
|
| },
|
| },
|
| @@ -209,12 +210,12 @@
|
| 'src/Wow64_64.cc',
|
| ],
|
| 'include_dirs': [
|
| - '..',
|
| + '../..',
|
| ],
|
| 'direct_dependent_settings': {
|
| 'include_dirs': [
|
| 'src',
|
| - '..',
|
| + '../..',
|
| ],
|
| },
|
| 'defines': [
|
| @@ -302,7 +303,8 @@
|
| 'sandbox_poc/resource.h',
|
| 'sandbox_poc/sandbox.cc',
|
| 'sandbox_poc/sandbox.h',
|
| - 'sandbox_poc/sandbox.ico',
|
| + #FIXME - just for trybot
|
| + #'sandbox_poc/sandbox.ico',
|
| 'sandbox_poc/sandbox.rc',
|
| ],
|
| 'link_settings': {
|
| @@ -335,7 +337,7 @@
|
| 'POCDLL_EXPORTS',
|
| ],
|
| 'include_dirs': [
|
| - '..',
|
| + '../..',
|
| ],
|
| },
|
| ],
|
|
|