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

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

Issue 618373003: [bindings] partial interfaces should not violate componentization (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed http/tests/serviceworker/fetch\* regression Created 6 years, 2 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/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',

Powered by Google App Engine
This is Rietveld 408576698