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

Unified Diff: Source/modules/modules.gyp

Issue 310563004: IDL build: Split global constructors into core and modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Better includes and FIXMEs in core.gyp 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/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 5c3d8bab133ec3239c6caeb3bf748bf0da1670e0..e0d1d9423527ebfe85964b49f41eb25050989719 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -50,7 +50,7 @@
],
'sources': [
'<@(modules_files)',
- '<@(bindings_modules_generated_aggregate_files)',
+ '<@(bindings_modules_v8_generated_aggregate_files)',
],
# Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, 4334, ]
@@ -72,13 +72,14 @@
},
{
+ # FIXME: should be in modules_generated.gyp
'target_name': 'make_modules_generated',
'type': 'none',
'hard_dependency': 1,
'dependencies': [
#'generated_testing_idls',
- '../core/core_generated.gyp:core_bindings_generated',
- '../bindings/modules/generated.gyp:bindings_modules_generated',
+ '../core/core_generated.gyp:core_event_interfaces',
+ '../bindings/modules/generated.gyp:modules_event_generated',
'../config.gyp:config',
],
'sources': [

Powered by Google App Engine
This is Rietveld 408576698