| 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',
|
|
|