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

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

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/BUILD.gn ('k') | Source/bindings/core/idl.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/generated.gyp
diff --git a/Source/bindings/core/generated.gyp b/Source/bindings/core/generated.gyp
index 34bfcfa79df542e7274fa13115bdea30a4ac15c3..8a082543aced1859a8cd158e1d18b6accf52b20c 100644
--- a/Source/bindings/core/generated.gyp
+++ b/Source/bindings/core/generated.gyp
@@ -21,7 +21,10 @@
{
'target_name': 'core_global_objects',
'variables': {
- 'idl_files': '<(core_idl_files)',
+ 'idl_files': [
+ '<@(core_idl_files)',
+ '<@(core_idl_with_modules_dependency_files)',
+ ],
'output_file': '<(bindings_core_output_dir)/GlobalObjectsCore.pickle',
},
'includes': ['../../bindings/scripts/global_objects.gypi'],
@@ -33,7 +36,10 @@
'core_global_objects',
],
'variables': {
- 'idl_files': '<(core_idl_files)',
+ 'idl_files': [
+ '<@(core_idl_files)',
+ '<@(core_idl_with_modules_dependency_files)',
+ ],
'global_objects_file':
'<(bindings_core_output_dir)/GlobalObjectsCore.pickle',
'global_names_idl_files': [
« no previous file with comments | « Source/bindings/core/BUILD.gn ('k') | Source/bindings/core/idl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698