Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 282509de5090b30d5364df3d19119cf863fe9951..af45ef7c1165244c6006fbc093a5b69ead723b90 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -2268,6 +2268,7 @@ |
'../third_party/icu/icu.gyp:icui18n', |
'../third_party/icu/icu.gyp:icuuc', |
'../v8/tools/gyp/v8.gyp:v8', |
+ '../v8/tools/gyp/v8.gyp:v8_shell', |
# Runtime dependencies |
'../third_party/mesa/mesa.gyp:osmesa', |
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn', |
@@ -2525,6 +2526,24 @@ |
'../content/renderer/render_widget_browsertest.h', |
'../content/renderer/v8_value_converter_browsertest.cc', |
], |
+ 'actions': [ |
+ { |
+ 'action_name': 'js2webui', |
+ 'variables': { |
+ 'gypv8sh': '../tools/gypv8sh.py', |
+ 'js2webui': 'browser/ui/webui/javascript2webui.js', |
+ }, |
+ 'inputs': [ |
+ '<(gypv8sh)', |
+ '<(js2webui)', |
+ '<!@(python <(gypv8sh) -i)', |
+ ], |
+ 'outputs': [ |
+ '<!@(python <(gypv8sh) -o)', |
+ ], |
+ 'action': ['python', '<(gypv8sh)', '<(js2webui)'], |
+ }, |
+ ], |
'conditions': [ |
['chromeos==0', { |
'sources/': [ |