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

Unified Diff: Source/bindings/templates/templates.gypi

Issue 345893002: Implement an infrastructure of Blink-in-JS Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/bindings/templates/templates.gypi
diff --git a/Source/bindings/templates/templates.gypi b/Source/bindings/templates/templates.gypi
index a019fab8d285eb00361f11d493f8a7b4ed00edc6..61e3a8bba1ea0d6ffb72026f4b6ce809fbf631f1 100644
--- a/Source/bindings/templates/templates.gypi
+++ b/Source/bindings/templates/templates.gypi
@@ -6,6 +6,8 @@
'variables': {
'code_generator_template_files': [
'attributes.cpp',
+ 'blink_in_js_interface.cpp',
+ 'blink_in_js_interface.h',
abarth-chromium 2014/06/20 15:17:42 blink_in_js_interface -> implemented_with_javascri
'callback_interface.cpp',
'callback_interface.h',
'interface_base.cpp',

Powered by Google App Engine
This is Rietveld 408576698