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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 138923005: Use d8 instead of the experimental v8_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't roll v8 in this CL. Created 6 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/js_unittest_rules.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables' : { 5 'variables' : {
6 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 1598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1609 # is safe to run there. See http://crbug.com/78722 for details. 1609 # is safe to run there. See http://crbug.com/78722 for details.
1610 '../base/files/file_path_watcher_browsertest.cc', 1610 '../base/files/file_path_watcher_browsertest.cc',
1611 ], 1611 ],
1612 'rules': [ 1612 'rules': [
1613 { 1613 {
1614 'rule_name': 'js2webui', 1614 'rule_name': 'js2webui',
1615 'extension': 'js', 1615 'extension': 'js',
1616 'msvs_external_rule': 1, 1616 'msvs_external_rule': 1,
1617 'inputs': [ 1617 'inputs': [
1618 '<(gypv8sh)', 1618 '<(gypv8sh)',
1619 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', 1619 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
1620 '<(mock_js)', 1620 '<(mock_js)',
1621 '<(accessibility_audit_js)', 1621 '<(accessibility_audit_js)',
1622 '<(test_api_js)', 1622 '<(test_api_js)',
1623 '<(js2gtest)', 1623 '<(js2gtest)',
1624 ], 1624 ],
1625 'outputs': [ 1625 'outputs': [
1626 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc', 1626 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc',
1627 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js', 1627 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js',
1628 ], 1628 ],
1629 'process_outputs_as_sources': 1, 1629 'process_outputs_as_sources': 1,
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 'sources/': [ 1978 'sources/': [
1979 ['exclude', '^../ui/views/'], 1979 ['exclude', '^../ui/views/'],
1980 ['exclude', '^browser/ui/views/'], 1980 ['exclude', '^browser/ui/views/'],
1981 ], 1981 ],
1982 }], 1982 }],
1983 ['OS!="android" and OS!="ios"', { 1983 ['OS!="android" and OS!="ios"', {
1984 # npapi test plugin doesn't build on android or ios 1984 # npapi test plugin doesn't build on android or ios
1985 'dependencies': [ 1985 'dependencies': [
1986 # build time dependency. 1986 # build time dependency.
1987 '../content/content_shell_and_tests.gyp:copy_npapi_test_plugin', 1987 '../content/content_shell_and_tests.gyp:copy_npapi_test_plugin',
1988 '../v8/tools/gyp/v8.gyp:v8_shell#host', 1988 '../v8/src/d8.gyp:d8#host',
1989 ], 1989 ],
1990 }], 1990 }],
1991 ['enable_app_list==0', { 1991 ['enable_app_list==0', {
1992 'sources/': [ 1992 'sources/': [
1993 ['exclude', '^browser/ui/app_list/'], 1993 ['exclude', '^browser/ui/app_list/'],
1994 ['exclude', '^browser/ui/webui/app_list/'], 1994 ['exclude', '^browser/ui/webui/app_list/'],
1995 ], 1995 ],
1996 }], 1996 }],
1997 ['enable_pepper_cdms==1', { 1997 ['enable_pepper_cdms==1', {
1998 'dependencies': [ 1998 'dependencies': [
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
2093 'test/perf/browser_perf_test.cc', 2093 'test/perf/browser_perf_test.cc',
2094 'test/perf/browser_perf_test.h', 2094 'test/perf/browser_perf_test.h',
2095 ], 2095 ],
2096 'rules': [ 2096 'rules': [
2097 { 2097 {
2098 'rule_name': 'js2webui', 2098 'rule_name': 'js2webui',
2099 'extension': 'js', 2099 'extension': 'js',
2100 'msvs_external_rule': 1, 2100 'msvs_external_rule': 1,
2101 'inputs': [ 2101 'inputs': [
2102 '<(gypv8sh)', 2102 '<(gypv8sh)',
2103 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', 2103 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
2104 '<(mock_js)', 2104 '<(mock_js)',
2105 '<(accessibility_audit_js)', 2105 '<(accessibility_audit_js)',
2106 '<(test_api_js)', 2106 '<(test_api_js)',
2107 '<(js2gtest)', 2107 '<(js2gtest)',
2108 ], 2108 ],
2109 'outputs': [ 2109 'outputs': [
2110 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc', 2110 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc',
2111 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js', 2111 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js',
2112 ], 2112 ],
2113 'process_outputs_as_sources': 1, 2113 'process_outputs_as_sources': 1,
(...skipping 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after
3157 'utility', 3157 'utility',
3158 ], 3158 ],
3159 'sources': [ 3159 'sources': [
3160 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3160 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3161 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3161 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3162 ], 3162 ],
3163 }] 3163 }]
3164 }], 3164 }],
3165 ], # 'conditions' 3165 ], # 'conditions'
3166 } 3166 }
OLDNEW
« no previous file with comments | « no previous file | chrome/js_unittest_rules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698