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

Unified Diff: content/content_shell.gypi

Issue 14823005: Remove inside_chromium_build gyp variable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 35e792841d7fee3fc9c3ff44cd99898927da5e41..be5de01a172da4fe546a5abb1ae3bc593d0952d2 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -52,9 +52,9 @@
'../v8/tools/gyp/v8.gyp:v8',
'../webkit/support/webkit_support.gyp:webkit_resources',
'../webkit/support/webkit_support.gyp:webkit_support',
- '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
- '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support',
- '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner',
+ '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
jam 2013/05/07 23:18:10 nit: order
+ '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_test_support',
+ '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698