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

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 (properly this time) 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 99%
rename from sandbox/sandbox_win.gypi
rename to sandbox/win/sandbox_win.gypi
index 86506c16c009430ae06c05a19f77799893c98003..3a6ecc7da0b6fcd878952bd5bbd9a2655111e994 100644
--- a/sandbox/sandbox_win.gypi
+++ b/sandbox/win/sandbox_win.gypi
@@ -166,7 +166,7 @@
'src/Wow64.h',
],
'include_dirs': [
- '..',
+ '../..',
],
'copies': [
{
@@ -180,7 +180,7 @@
'direct_dependent_settings': {
'include_dirs': [
'src',
- '..',
+ '../..',
],
},
},
@@ -209,12 +209,12 @@
'src/Wow64_64.cc',
],
'include_dirs': [
- '..',
+ '../..',
],
'direct_dependent_settings': {
'include_dirs': [
'src',
- '..',
+ '../..',
],
},
'defines': [
@@ -335,7 +335,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