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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1953233002: Use the v8 shell instead of d8 to compile jstests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
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 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 2225 matching lines...) Expand 10 before | Expand all | Expand 10 after
2236 'conditions': [ 2236 'conditions': [
2237 ['v8_use_external_startup_data==1', { 2237 ['v8_use_external_startup_data==1', {
2238 'external_v8': 'y', 2238 'external_v8': 'y',
2239 }, { 2239 }, {
2240 'external_v8': 'n', 2240 'external_v8': 'n',
2241 }], 2241 }],
2242 ], 2242 ],
2243 }, 2243 },
2244 'inputs': [ 2244 'inputs': [
2245 '<(gypv8sh)', 2245 '<(gypv8sh)',
2246 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', 2246 '<(PRODUCT_DIR)/shell<(EXECUTABLE_SUFFIX)',
2247 '<(mock_js)', 2247 '<(mock_js)',
2248 '<(test_api_js)', 2248 '<(test_api_js)',
2249 '<(js2gtest)', 2249 '<(js2gtest)',
2250 ], 2250 ],
2251 'outputs': [ 2251 'outputs': [
2252 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc', 2252 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc',
2253 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js', 2253 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js',
2254 ], 2254 ],
2255 'process_outputs_as_sources': 1, 2255 'process_outputs_as_sources': 1,
2256 'action': [ 2256 'action': [
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
2638 'browser/ui/webui/log_web_ui_url_browsertest.cc', 2638 'browser/ui/webui/log_web_ui_url_browsertest.cc',
2639 ], 2639 ],
2640 }], 2640 }],
2641 ['OS!="android" and OS!="ios"', { 2641 ['OS!="android" and OS!="ios"', {
2642 'sources': [ 2642 'sources': [
2643 'browser/copresence/chrome_whispernet_client_browsertest.cc', 2643 'browser/copresence/chrome_whispernet_client_browsertest.cc',
2644 ], 2644 ],
2645 'dependencies': [ 2645 'dependencies': [
2646 '../components/components.gyp:copresence', 2646 '../components/components.gyp:copresence',
2647 # build time dependency. 2647 # build time dependency.
2648 '../v8/src/d8.gyp:d8#host', 2648 '../v8/samples/samples.gyp:shell#host',
2649 ], 2649 ],
2650 }], 2650 }],
2651 ['enable_app_list==1', { 2651 ['enable_app_list==1', {
2652 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ], 2652 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ],
2653 }, { 2653 }, {
2654 'sources!': [ 'browser/ui/webui/app_list/start_page_browsertest.js' ], 2654 'sources!': [ 'browser/ui/webui/app_list/start_page_browsertest.js' ],
2655 }], 2655 }],
2656 ['enable_service_discovery==1', { 2656 ['enable_service_discovery==1', {
2657 'sources': [ '<@(chrome_browser_tests_service_discovery_sources)' ], 2657 'sources': [ '<@(chrome_browser_tests_service_discovery_sources)' ],
2658 }], 2658 }],
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
2779 'conditions': [ 2779 'conditions': [
2780 ['v8_use_external_startup_data==1', { 2780 ['v8_use_external_startup_data==1', {
2781 'external_v8': 'y', 2781 'external_v8': 'y',
2782 }, { 2782 }, {
2783 'external_v8': 'n', 2783 'external_v8': 'n',
2784 }], 2784 }],
2785 ], 2785 ],
2786 }, 2786 },
2787 'inputs': [ 2787 'inputs': [
2788 '<(gypv8sh)', 2788 '<(gypv8sh)',
2789 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', 2789 '<(PRODUCT_DIR)/shell<(EXECUTABLE_SUFFIX)',
2790 '<(mock_js)', 2790 '<(mock_js)',
2791 '<(test_api_js)', 2791 '<(test_api_js)',
2792 '<(js2gtest)', 2792 '<(js2gtest)',
2793 ], 2793 ],
2794 'outputs': [ 2794 'outputs': [
2795 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc', 2795 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc',
2796 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js', 2796 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js',
2797 ], 2797 ],
2798 'process_outputs_as_sources': 1, 2798 'process_outputs_as_sources': 1,
2799 'action': [ 2799 'action': [
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
3591 'browser', 3591 'browser',
3592 ], 3592 ],
3593 'sources': [ 3593 'sources': [
3594 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3594 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3595 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3595 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3596 ], 3596 ],
3597 }] 3597 }]
3598 }], 3598 }],
3599 ], # 'conditions' 3599 ], # 'conditions'
3600 } 3600 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi ('k') | chrome/js_unittest_rules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698