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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 21006006: Add forEach() to CSSVariablesMap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More generator changes Created 7 years, 4 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/derived_sources.gyp
diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
index d0535478b39baa5f8d3459104fc0feb7b8622c52..96b4eb58cd7fd56627ab89e6b2cbd6c653856461 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -56,10 +56,10 @@
'<@(python_webcore_test_support_idl_files)',
],
'code_generator_template_files': [
- 'templates/callback_interface.cpp',
- 'templates/callback_interface.h',
- 'templates/interface.cpp',
- 'templates/interface.h',
+ 'templates/callback_interface.cpp.tmpl',
+ 'templates/callback_interface.h.tmpl',
+ 'templates/interface.cpp.tmpl',
+ 'templates/interface.h.tmpl',
],
'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings',

Powered by Google App Engine
This is Rietveld 408576698