Index: Source/bindings/core/v8/generated.gyp |
diff --git a/Source/bindings/core/v8/generated.gyp b/Source/bindings/core/v8/generated.gyp |
index d1ffc5ec5d1509aa5828c0192baa0b5dac196987..231aa69f1bfddd5f9a03e051d7981fd7c5dba3dc 100644 |
--- a/Source/bindings/core/v8/generated.gyp |
+++ b/Source/bindings/core/v8/generated.gyp |
@@ -14,6 +14,7 @@ |
'../../../bindings/core/idl.gypi', |
# FIXME: need info about modules IDL files because some core IDL files |
# depend on modules IDL files http://crbug.com/358074 |
+ '../../../bindings/modules/generated.gypi', |
'../../../bindings/modules/idl.gypi', |
'../../../bindings/modules/modules.gypi', |
'../../../bindings/scripts/scripts.gypi', |
@@ -109,9 +110,10 @@ |
'action': [ |
'python', |
'<(bindings_scripts_dir)/aggregate_generated_bindings.py', |
+ '--component-dir', |
haraken
2014/10/09 04:24:00
Do we have a plan to remove the --component-dir op
tasak
2014/10/10 07:52:22
Currently, no, because we have no information abou
|
'core', |
+ '--idl-files-list', |
'<(core_idl_files_list)', |
- '--', |
'<@(bindings_core_v8_generated_aggregate_files)', |
], |
'message': 'Generating aggregate generated core V8 bindings files', |