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

Unified Diff: Source/bindings/modules/v8/generated.gyp

Issue 310563004: IDL build: Split global constructors into core and modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tweak (reupload) 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/bindings/modules/v8/generated.gyp
diff --git a/Source/bindings/modules/v8/generated.gyp b/Source/bindings/modules/v8/generated.gyp
index 96cba02492f317933c87f1278b144b2b1db6d092..c5566cae8885e4e336167a684916482698c0a9bd 100644
--- a/Source/bindings/modules/v8/generated.gyp
+++ b/Source/bindings/modules/v8/generated.gyp
@@ -10,6 +10,7 @@
'includes': [
'../../../modules/modules.gypi',
'../../bindings.gypi',
+ '../../core/generated.gypi',
'../../core/idl.gypi',
'../../scripts/scripts.gypi',
'../idl.gypi',
@@ -17,19 +18,6 @@
'generated.gypi',
],
- 'variables': {
- # IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces
- # Write lists of main IDL files to a file, so that the command lines don't
- # exceed OS length limits.
- 'modules_idl_files_list': '<|(modules_idl_files_list.tmp <@(modules_idl_files))',
-
- # Interface IDL files: generate individual bindings (includes testing)
- 'modules_interface_idl_files': [
- # No testing or generated interface IDL files in modules currently
- '<@(modules_idl_files)',
- ],
- },
-
'targets': [
################################################################################
{
@@ -39,6 +27,9 @@
# https://code.google.com/p/gyp/wiki/InputFormatReference#Linking_Dependencies
'hard_dependency': 1,
'dependencies': [
+ '../../core/generated.gyp:core_global_constructors_idls',
+ # FIXME: should be in modules http://crbug.com/358074
+ '../../core/generated.gyp:modules_global_constructors_idls',
'../generated.gyp:interfaces_info',
'<(bindings_scripts_dir)/scripts.gyp:cached_jinja_templates',
'<(bindings_scripts_dir)/scripts.gyp:cached_lex_yacc_tables',

Powered by Google App Engine
This is Rietveld 408576698