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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 19607011: Generate binding code for VoidCallback.idl with code generator in python (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: fix double -> single quote etc Created 7 years, 5 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 15b7f606ec6066fdf4cbe0f719df79217da8688b..3bce9e524cbddb213fb8f9f11ef90ee66ff778bd 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -55,6 +55,10 @@
'<@(deprecated_perl_webcore_test_support_idl_files)',
'<@(python_webcore_test_support_idl_files)',
],
+ 'jinja_template_files': [
haraken 2013/07/26 02:03:30 Nit: code_generator_template_files
kojih 2013/07/26 07:18:38 done.
+ 'templates/callback.h',
+ 'templates/callback.cpp',
+ ],
'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings',
'generated_global_constructors_idl_files': [
@@ -272,6 +276,7 @@
'scripts/idl_validator.py',
'scripts/interface_dependency_resolver.py',
'scripts/IDLAttributes.txt',
+ '<@(jinja_template_files)',
# FIXME: If the dependency structure changes, we rebuild all files,
# since we're not computing dependencies file-by-file in the build.
'<(SHARED_INTERMEDIATE_DIR)/InterfaceDependencies.txt',
« no previous file with comments | « no previous file | Source/bindings/scripts/code_generator_v8.py » ('j') | Source/bindings/scripts/code_generator_v8.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698