Chromium Code Reviews| 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': [ |
| - '..', |
| + '../..', |
|
rvargas (doing something else)
2012/07/16 21:52:38
Do we still need this?
jln (very slow on Chromium)
2012/07/16 22:12:36
I don't know, but if we don't, I would rather make
|
| ], |
| 'copies': [ |
| { |
| 'destination': '<(PRODUCT_DIR)', |
| 'files': [ |
| - 'wow_helper/wow_helper.exe', |
| - 'wow_helper/wow_helper.pdb', |
| + #FIXME just for trybot |
|
rvargas (doing something else)
2012/07/16 21:52:38
Not cool
jln (very slow on Chromium)
2012/07/16 22:12:36
Yep, very unfortunate, but trybots don't support b
rvargas (doing something else)
2012/07/16 22:26:02
Sure, but it seems like you are already trying to
|
| + #'wow_helper/wow_helper.exe', |
| + #'wow_helper/wow_helper.pdb', |
| ], |
|
cpu_(ooo_6.6-7.5)
2012/07/17 19:50:59
Hmm I didn't see this. Please fix.
jln (very slow on Chromium)
2012/07/17 23:01:55
Done.
FYI: this was not part of what I was trying
|
| }, |
| ], |
| '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 |
|
rvargas (doing something else)
2012/07/16 21:52:38
err... search?
jln (very slow on Chromium)
2012/07/16 22:12:36
Ditto.
|
| + #'sandbox_poc/sandbox.ico', |
| 'sandbox_poc/sandbox.rc', |
| ], |
| 'link_settings': { |
| @@ -335,7 +337,7 @@ |
| 'POCDLL_EXPORTS', |
| ], |
| 'include_dirs': [ |
| - '..', |
| + '../..', |
| ], |
| }, |
| ], |