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

Unified Diff: Source/bindings/modules/generated.gyp

Issue 618373003: [bindings] partial interfaces should not violate componentization (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/modules/generated.gyp
diff --git a/Source/bindings/modules/generated.gyp b/Source/bindings/modules/generated.gyp
index 366a7d9e97cd88729a10547c0f9aade3fdc83714..22e586ebb6a01e047f2394de8f9a55ba7eea31c1 100644
--- a/Source/bindings/modules/generated.gyp
+++ b/Source/bindings/modules/generated.gyp
@@ -142,7 +142,10 @@
'modules_global_objects',
],
'variables': {
- 'idl_files': '<(core_idl_files)',
+ 'idl_files': [
+ '<@(core_idl_files)',
+ '<@(core_idl_with_modules_dependency_files)',
+ ],
'global_objects_file':
'<(bindings_modules_output_dir)/GlobalObjectsModules.pickle',
'global_names_idl_files': [

Powered by Google App Engine
This is Rietveld 408576698