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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 21006006: Add forEach() to CSSVariablesMap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test fixes and rebased onto Python IDL generator 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 333069af4c70be42370bd7eaea83220898fcc778..48bf293609fb039b7934e090e7d8955ee3d6fe33 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -56,8 +56,8 @@
'<@(python_webcore_test_support_idl_files)',
],
'code_generator_template_files': [
- 'templates/callback.h',
- 'templates/callback.cpp',
+ 'templates/callback.h.tmpl',
+ 'templates/callback.cpp.tmpl',
],
'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings',

Powered by Google App Engine
This is Rietveld 408576698