Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(958)

Unified Diff: sandbox/win/sandbox_win.gypi

Issue 10689170: Move the Windows sandbox to sandbox/win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of tree Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/win/sandbox_standalone.sln ('k') | sandbox/win/src/Wow64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
- '..',
+ '../..',
],
},
],
« no previous file with comments | « sandbox/win/sandbox_standalone.sln ('k') | sandbox/win/src/Wow64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698