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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 44ded319333b5b7688a7af3c493f6b7cc169c447..790c74d9cb58be8e2e1ac7402678e90ed191c451 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1194,6 +1194,7 @@
'test/perf/browser_perf_test.cc',
'test/perf/browser_perf_test.h',
'test/perf/mach_ports_performancetest.cc',
+ 'test/perf/url_parse_perftest.cc',
],
'chrome_driver_lib_sources': [
'../third_party/webdriver/atoms.cc',
@@ -2875,58 +2876,6 @@
}, # target 'load_library_perf_tests'
],
'conditions': [
- ['OS!="mac"', {
- 'targets': [
- {
- # This test appears to be a legacy target consisting of files not yet
- # moved elsewhere.
- #
- # GN version: //chrome/test/perf
- 'target_name': 'perf_tests',
- 'type': 'executable',
- 'dependencies': [
- '../base/base.gyp:base',
- '../base/base.gyp:test_support_perf',
- '../testing/gtest.gyp:gtest',
- '../url/url.gyp:url_lib',
- ],
- 'sources': [
- # Note: Sources list duplicated in GN build.
- 'test/perf/perftests.cc',
- 'test/perf/url_parse_perftest.cc',
- ],
- 'conditions': [
- ['OS=="win"', {
- 'configurations': {
- 'Debug_Base': {
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
- },
- },
- },
- },
- 'conditions': [
- ['win_use_allocator_shim==1', {
- 'dependencies': [
- '<(allocator_target)',
- ],
- }],
- ],
- }],
- ['os_posix == 1 and OS != "mac" and OS != "android"', {
- 'conditions': [
- ['use_allocator!="none"', {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }],
- ],
- }],
- ],
- },
- ],
- },], # OS!="mac"
['OS == "android"', {
'targets': [
{
« 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