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

Unified Diff: build/gyp_chromium

Issue 15968014: Prepare gyp_chromium for moving Source/core/core.gyp/core.gyp up a directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-upload Created 7 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gyp_chromium
diff --git a/build/gyp_chromium b/build/gyp_chromium
index 0cbb8ce8d643f2e79eed3b8486e91bb173da9af4..b31c433b290e18ef6b58faf2caa19c05d08bcbc2 100755
--- a/build/gyp_chromium
+++ b/build/gyp_chromium
@@ -26,7 +26,8 @@ sys.path.insert(1, os.path.join(chrome_src, 'tools', 'grit'))
sys.path.insert(1, os.path.join(chrome_src, 'chrome', 'tools', 'build'))
sys.path.insert(1, os.path.join(chrome_src, 'native_client', 'build'))
sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit',
- 'Source', 'WebCore', 'WebCore.gyp', 'scripts'))
+ 'Source', 'core', 'scripts'))
+# TODO(adamk): Remove this line once core.gyp is no longer a directory
sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit',
'Source', 'core', 'core.gyp', 'scripts'))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698