Index: Source/core/core_derived_sources.gyp |
diff --git a/Source/core/core_derived_sources.gyp b/Source/core/core_derived_sources.gyp |
index c6e2f46c8c5debddf0a6523242c4ef6859681cc7..462cb81d4fc5913fa38b9524094ef4a5a9c48c3f 100644 |
--- a/Source/core/core_derived_sources.gyp |
+++ b/Source/core/core_derived_sources.gyp |
@@ -104,6 +104,23 @@ |
], |
'actions': [ |
{ |
+ 'action_name': 'generateBlinkInJavaScript', |
+ 'inputs': [ |
+ '../bindings/v8/BlinkInJavaScriptController.js', |
+ 'frame/WindowBase64.js', |
+ ], |
+ 'outputs': [ |
+ '<(SHARED_INTERMEDIATE_DIR)/blink/BlinkInJavaScript.h', |
+ ], |
+ 'action': [ |
+ 'python', |
+ '../build/scripts/make_blink_in_javascript.py', |
+ '<@(_outputs)', |
+ '<@(_inputs)' |
+ ], |
+ 'msvs_cygwin_shell': 0, |
+ }, |
+ { |
'action_name': 'generateXMLViewerCSS', |
'inputs': [ |
'xml/XMLViewer.css', |