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

Unified Diff: Source/bindings/core/idl.gypi

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/idl.gypi
diff --git a/Source/bindings/core/idl.gypi b/Source/bindings/core/idl.gypi
index ac3c71c51ad14a13339e8fb6d0cc3af6b6752e56..76d04ccf70439143976acdc4ee5791920f2a4c11 100644
--- a/Source/bindings/core/idl.gypi
+++ b/Source/bindings/core/idl.gypi
@@ -14,10 +14,12 @@
'core_definition_idl_files': [
'<@(core_dictionary_idl_files)',
'<@(core_idl_files)',
+ '<@(core_modules_dependency_idl_files)',
],
'core_testing_definition_idl_files': [
'<@(core_testing_dictionary_idl_files)',
'<@(webcore_testing_idl_files)',
+ '<@(webcore_testing_modules_dependency_idl_files)',
],
# IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces
@@ -33,6 +35,9 @@
'core_idl_files_list': '<|(core_idl_files_list.tmp <@(core_definition_idl_files))',
'core_dictionary_idl_files_list': '<|(core_dictionary_idl_files_list.tmp <@(core_dictionary_idl_files) <@(core_testing_dictionary_idl_files))',
+ # Write lists of core IDL files which has dependency IDL files in modules.
haraken 2014/10/09 04:24:00 lists => a list has => have
tasak 2014/10/10 07:52:22 Done.
+ 'core_modules_dependency_idl_files_list': '<|(core_modules_dependency_idl_files_list.tmp <@(core_modules_dependency_idl_files))',
+
# Dependency IDL files: don't generate individual bindings, but do process
# in IDL dependency computation, and count as build dependencies
# 'core_dependency_idl_files' is already used in Source/core, so avoid

Powered by Google App Engine
This is Rietveld 408576698