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

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 cyclic gyp dependency 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
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 6df4b16082f28442a3abd6bf2531a5ea03ca3c66..c4983c25d1f2a33084f8ad77274d0c1e62074796 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:modules_bindings_generated',
'../bindings/modules/v8/generated.gyp:bindings_modules_generated',
'../platform/platform_generated.gyp:make_platform_generated',
'../wtf/wtf.gyp:wtf',

Powered by Google App Engine
This is Rietveld 408576698