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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 940643002: chrome: Remove perf_tests target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add url_parse_perftest.cc to performance_browser_tests_sources list Created 5 years, 10 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
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 'browser/extensions/extension_browsertest.cc', 1187 'browser/extensions/extension_browsertest.cc',
1188 'browser/extensions/extension_test_notification_observer.cc', 1188 'browser/extensions/extension_test_notification_observer.cc',
1189 'browser/extensions/updater/extension_cache_fake.cc', 1189 'browser/extensions/updater/extension_cache_fake.cc',
1190 'browser/extensions/updater/extension_cache_fake.h', 1190 'browser/extensions/updater/extension_cache_fake.h',
1191 'test/base/browser_perf_tests_main.cc', 1191 'test/base/browser_perf_tests_main.cc',
1192 'test/base/chrome_render_view_test.cc', 1192 'test/base/chrome_render_view_test.cc',
1193 'test/base/chrome_render_view_test.h', 1193 'test/base/chrome_render_view_test.h',
1194 'test/perf/browser_perf_test.cc', 1194 'test/perf/browser_perf_test.cc',
1195 'test/perf/browser_perf_test.h', 1195 'test/perf/browser_perf_test.h',
1196 'test/perf/mach_ports_performancetest.cc', 1196 'test/perf/mach_ports_performancetest.cc',
1197 'test/perf/url_parse_perftest.cc',
1197 ], 1198 ],
1198 'chrome_driver_lib_sources': [ 1199 'chrome_driver_lib_sources': [
1199 '../third_party/webdriver/atoms.cc', 1200 '../third_party/webdriver/atoms.cc',
1200 '../third_party/webdriver/atoms.h', 1201 '../third_party/webdriver/atoms.h',
1201 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', 1202 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc',
1202 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', 1203 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h',
1203 'common/chrome_constants.cc', 1204 'common/chrome_constants.cc',
1204 'common/chrome_constants.h', 1205 'common/chrome_constants.h',
1205 'test/chromedriver/alert_commands.cc', 1206 'test/chromedriver/alert_commands.cc',
1206 'test/chromedriver/alert_commands.h', 1207 'test/chromedriver/alert_commands.h',
(...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after
2868 'dependencies': [ 2869 'dependencies': [
2869 # Runtime dependencies. 2870 # Runtime dependencies.
2870 '../media/media.gyp:clearkeycdmadapter', 2871 '../media/media.gyp:clearkeycdmadapter',
2871 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', 2872 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
2872 ], 2873 ],
2873 }], 2874 }],
2874 ], 2875 ],
2875 }, # target 'load_library_perf_tests' 2876 }, # target 'load_library_perf_tests'
2876 ], 2877 ],
2877 'conditions': [ 2878 'conditions': [
2878 ['OS!="mac"', {
2879 'targets': [
2880 {
2881 # This test appears to be a legacy target consisting of files not yet
2882 # moved elsewhere.
2883 #
2884 # GN version: //chrome/test/perf
2885 'target_name': 'perf_tests',
2886 'type': 'executable',
2887 'dependencies': [
2888 '../base/base.gyp:base',
2889 '../base/base.gyp:test_support_perf',
2890 '../testing/gtest.gyp:gtest',
2891 '../url/url.gyp:url_lib',
2892 ],
2893 'sources': [
2894 # Note: Sources list duplicated in GN build.
2895 'test/perf/perftests.cc',
2896 'test/perf/url_parse_perftest.cc',
2897 ],
2898 'conditions': [
2899 ['OS=="win"', {
2900 'configurations': {
2901 'Debug_Base': {
2902 'msvs_settings': {
2903 'VCLinkerTool': {
2904 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
2905 },
2906 },
2907 },
2908 },
2909 'conditions': [
2910 ['win_use_allocator_shim==1', {
2911 'dependencies': [
2912 '<(allocator_target)',
2913 ],
2914 }],
2915 ],
2916 }],
2917 ['os_posix == 1 and OS != "mac" and OS != "android"', {
2918 'conditions': [
2919 ['use_allocator!="none"', {
2920 'dependencies': [
2921 '../base/allocator/allocator.gyp:allocator',
2922 ],
2923 }],
2924 ],
2925 }],
2926 ],
2927 },
2928 ],
2929 },], # OS!="mac"
2930 ['OS == "android"', { 2879 ['OS == "android"', {
2931 'targets': [ 2880 'targets': [
2932 { 2881 {
2933 # GN: //chrome/android:chrome_shell_test_apk 2882 # GN: //chrome/android:chrome_shell_test_apk
2934 'target_name': 'chrome_shell_test_apk', 2883 'target_name': 'chrome_shell_test_apk',
2935 'type': 'none', 2884 'type': 'none',
2936 'dependencies': [ 2885 'dependencies': [
2937 'chrome_java', 2886 'chrome_java',
2938 'chrome_shell_apk_java', 2887 'chrome_shell_apk_java',
2939 'chrome_java_test_support', 2888 'chrome_java_test_support',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
3204 ['enable_webrtc==1', { 3153 ['enable_webrtc==1', {
3205 'dependencies': [ 3154 'dependencies': [
3206 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3155 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3207 ] 3156 ]
3208 }], 3157 }],
3209 ], 3158 ],
3210 }] 3159 }]
3211 }], 3160 }],
3212 ], # 'conditions' 3161 ], # 'conditions'
3213 } 3162 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698