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

Unified Diff: Source/bindings/scripts/global_objects.gypi

Issue 319933002: IDL build: factor out global constructors action into a GYP template (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix name collision Created 6 years, 6 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/scripts/global_constructors.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/scripts/global_objects.gypi
diff --git a/Source/bindings/scripts/global_objects.gypi b/Source/bindings/scripts/global_objects.gypi
index 624f2f8bb95a2664d473b336154d35c8cd472509..fa812ee0a8bb82f5493f7c65d8930d111d9d4ec2 100644
--- a/Source/bindings/scripts/global_objects.gypi
+++ b/Source/bindings/scripts/global_objects.gypi
@@ -19,7 +19,7 @@
# Required variables:
# idl_files - List of .idl files that will be searched in.
# This should *only* contain main IDL files, excluding dependencies and
-# testing, which should not define global objects).
+# testing, which should not define global objects.
# output_file - Pickle file of output.
#
# Optional variables:
@@ -37,7 +37,7 @@
'message': 'Computing global objects for <(_target_name)',
'variables': {
'input_files%': [],
- 'idl_files_list': '<|(idl_files_list.tmp <@(idl_files))',
+ 'idl_files_list': '<|(<(_target_name)_idl_files_list.tmp <@(idl_files))',
},
'includes': ['scripts.gypi'],
'inputs': [
« no previous file with comments | « Source/bindings/scripts/global_constructors.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698