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

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: rename to v8_shell 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 2219 matching lines...) Expand 10 before | Expand all | Expand 10 after
2230 'conditions': [ 2230 'conditions': [
2231 ['v8_use_external_startup_data==1', { 2231 ['v8_use_external_startup_data==1', {
2232 'external_v8': 'y', 2232 'external_v8': 'y',
2233 }, { 2233 }, {
2234 'external_v8': 'n', 2234 'external_v8': 'n',
2235 }], 2235 }],
2236 ], 2236 ],
2237 }, 2237 },
2238 'inputs': [ 2238 'inputs': [
2239 '<(gypv8sh)', 2239 '<(gypv8sh)',
2240 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', 2240 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
2241 '<(mock_js)', 2241 '<(mock_js)',
2242 '<(test_api_js)', 2242 '<(test_api_js)',
2243 '<(js2gtest)', 2243 '<(js2gtest)',
2244 ], 2244 ],
2245 'outputs': [ 2245 'outputs': [
2246 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc', 2246 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc',
2247 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js', 2247 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js',
2248 ], 2248 ],
2249 'process_outputs_as_sources': 1, 2249 'process_outputs_as_sources': 1,
2250 'action': [ 2250 'action': [
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
2627 'browser/ui/webui/log_web_ui_url_browsertest.cc', 2627 'browser/ui/webui/log_web_ui_url_browsertest.cc',
2628 ], 2628 ],
2629 }], 2629 }],
2630 ['OS!="android" and OS!="ios"', { 2630 ['OS!="android" and OS!="ios"', {
2631 'sources': [ 2631 'sources': [
2632 'browser/copresence/chrome_whispernet_client_browsertest.cc', 2632 'browser/copresence/chrome_whispernet_client_browsertest.cc',
2633 ], 2633 ],
2634 'dependencies': [ 2634 'dependencies': [
2635 '../components/components.gyp:copresence', 2635 '../components/components.gyp:copresence',
2636 # build time dependency. 2636 # build time dependency.
2637 '../v8/src/d8.gyp:d8#host', 2637 '../v8/samples/samples.gyp:v8_shell#host',
2638 ], 2638 ],
2639 }], 2639 }],
2640 ['enable_app_list==1', { 2640 ['enable_app_list==1', {
2641 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ], 2641 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ],
2642 }, { 2642 }, {
2643 'sources!': [ 'browser/ui/webui/app_list/start_page_browsertest.js' ], 2643 'sources!': [ 'browser/ui/webui/app_list/start_page_browsertest.js' ],
2644 }], 2644 }],
2645 ['enable_service_discovery==1', { 2645 ['enable_service_discovery==1', {
2646 'sources': [ '<@(chrome_browser_tests_service_discovery_sources)' ], 2646 'sources': [ '<@(chrome_browser_tests_service_discovery_sources)' ],
2647 }], 2647 }],
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
2768 'conditions': [ 2768 'conditions': [
2769 ['v8_use_external_startup_data==1', { 2769 ['v8_use_external_startup_data==1', {
2770 'external_v8': 'y', 2770 'external_v8': 'y',
2771 }, { 2771 }, {
2772 'external_v8': 'n', 2772 'external_v8': 'n',
2773 }], 2773 }],
2774 ], 2774 ],
2775 }, 2775 },
2776 'inputs': [ 2776 'inputs': [
2777 '<(gypv8sh)', 2777 '<(gypv8sh)',
2778 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', 2778 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
2779 '<(mock_js)', 2779 '<(mock_js)',
2780 '<(test_api_js)', 2780 '<(test_api_js)',
2781 '<(js2gtest)', 2781 '<(js2gtest)',
2782 ], 2782 ],
2783 'outputs': [ 2783 'outputs': [
2784 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc', 2784 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc',
2785 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js', 2785 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js',
2786 ], 2786 ],
2787 'process_outputs_as_sources': 1, 2787 'process_outputs_as_sources': 1,
2788 'action': [ 2788 'action': [
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
3580 'browser', 3580 'browser',
3581 ], 3581 ],
3582 'sources': [ 3582 'sources': [
3583 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3583 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3584 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3584 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3585 ], 3585 ],
3586 }] 3586 }]
3587 }], 3587 }],
3588 ], # 'conditions' 3588 ], # 'conditions'
3589 } 3589 }
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