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

Unified Diff: Source/core/core.gyp

Issue 308743004: Move bindings_modules_generated from modules to bindings/modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix nits from review comments. Created 6 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
« no previous file with comments | « Source/bindings/modules/generated.gyp ('k') | Source/modules/modules.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index c81976b325f07fad8422d2c1e702353eedbe42ae..d3544a5d6bd05ac47447c45b9b067871f891d471 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -218,7 +218,8 @@
'injected_script_source',
'debugger_script_source',
'../bindings/core/v8/generated.gyp:bindings_core_generated',
- # FIXME: don't depend on bindings_modules http://crbug.com/358074
+ # FIXME: don't depend on bindings/modules http://crbug.com/358074
+ '../bindings/modules/generated.gyp:bindings_modules_generated',
'../bindings/modules/v8/generated.gyp:bindings_modules_generated',
'../platform/platform_generated.gyp:make_platform_generated',
'../wtf/wtf.gyp:wtf',
« no previous file with comments | « Source/bindings/modules/generated.gyp ('k') | Source/modules/modules.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698