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

Unified Diff: chrome/chrome_tests.gypi

Issue 7204022: Revert 89626 - Support automatic javascript test registry in gtest when creating WebUI tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « chrome/browser/ui/webui/web_ui_browsertest.cc ('k') | chrome/test/data/webui/sample_pass.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 89626)
+++ chrome/chrome_tests.gypi (working copy)
@@ -2292,7 +2292,6 @@
'../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',
'../webkit/webkit.gyp:test_shell_test_support',
# Runtime dependencies
'../third_party/mesa/mesa.gyp:osmesa',
@@ -2557,24 +2556,6 @@
'../content/renderer/render_widget_browsertest.h',
'../content/renderer/v8_value_converter_browsertest.cc',
],
- 'actions': [
- {
- 'action_name': 'js2webui',
- 'variables': {
- 'js2webui': '../tools/js2webui.py',
- },
- 'inputs': [
- '<(js2webui)',
- '<!@(python <(js2webui) -i)',
- ],
- 'outputs': [
- '<!@(python <(js2webui) -o)',
- ],
- 'action': [
- 'python', '<(js2webui)', '-p', '<(PRODUCT_DIR)',
- ],
- },
- ],
'conditions': [
['chromeos==0', {
'sources/': [
« no previous file with comments | « chrome/browser/ui/webui/web_ui_browsertest.cc ('k') | chrome/test/data/webui/sample_pass.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698