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

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 patch conflict 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
« no previous file with comments | « Source/bindings/core/idl.gni ('k') | Source/bindings/core/v8/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/idl.gypi
diff --git a/Source/bindings/core/idl.gypi b/Source/bindings/core/idl.gypi
index ac3c71c51ad14a13339e8fb6d0cc3af6b6752e56..4e947cbf28881fd980924b0389b593e06f2dc441 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_idl_with_modules_dependency_files)',
],
'core_testing_definition_idl_files': [
'<@(core_testing_dictionary_idl_files)',
'<@(webcore_testing_idl_files)',
+ '<@(webcore_testing_idl_with_modules_dependency_files)',
],
# IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces
@@ -33,6 +35,10 @@
'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 a list of core IDL files which have dependency IDL files in
+ # modules.
+ 'core_idl_with_modules_dependency_files_list': '<|(core_idl_with_modules_dependency_files_list.tmp <@(core_idl_with_modules_dependency_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
« no previous file with comments | « Source/bindings/core/idl.gni ('k') | Source/bindings/core/v8/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698