Chromium Code Reviews| 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': [ |
| - '..', |
| + '../..', |
| ], |
| }, |
| ], |