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

Unified Diff: sandbox/sandbox.gyp

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 | « content/worker/worker_main.cc ('k') | sandbox/sandbox_poc/main_ui_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/sandbox.gyp
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index cd4243470e261e44b2852ad33b1d185e52627511..1d87d116e1b84760a3babe7d8e35964df2df6eea 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -9,7 +9,7 @@
'conditions': [
[ 'OS=="win"', {
'includes': [
- 'sandbox_win.gypi',
+ 'win/sandbox_win.gypi',
],
}],
[ 'OS=="linux"', {
« no previous file with comments | « content/worker/worker_main.cc ('k') | sandbox/sandbox_poc/main_ui_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698