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

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

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/generated.gyp ('k') | Source/bindings/core/idl.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/idl.gni
diff --git a/Source/bindings/core/idl.gni b/Source/bindings/core/idl.gni
index f0efce7c2b7184c6aff4b75e56cbbda87caffd10..9a009c4c805c943db4d2e05b942f7e3d71d5e39b 100644
--- a/Source/bindings/core/idl.gni
+++ b/Source/bindings/core/idl.gni
@@ -11,11 +11,13 @@ import("//third_party/WebKit/Source/core/core.gni")
core_definition_idl_files =
core_dictionary_idl_files +
- core_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_files +
+ webcore_testing_idl_with_modules_dependency_files
# IDL file lists; see: http://www.chromium.org/developers/web-idl-interfaces
# Interface IDL files: generate individual bindings (includes testing)
« no previous file with comments | « Source/bindings/core/generated.gyp ('k') | Source/bindings/core/idl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698