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

Unified Diff: Source/modules/modules.gyp

Issue 16357021: Move core.gyp up one directory to Source/core/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing 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 | « Source/core/scripts/supplemental_idl_files.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 32489ded05dbf983d3351bb019a659e8bef78ccd..bf86218eec21a4fd5d0aea9f6e07814eb40c69d3 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -38,7 +38,7 @@
'dependencies': [
'<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
'../config.gyp:config',
- '../core/core.gyp/core.gyp:webcore',
+ '../core/core_tmp.gyp:webcore',
],
'defines': [
'WEBKIT_IMPLEMENTATION=1',
« no previous file with comments | « Source/core/scripts/supplemental_idl_files.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698