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

Unified Diff: chrome/chrome_tests.gypi

Issue 938603004: Cleanup: Remove chrome_perf_test target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing testing/perf/perf_test.gyp dependency to browser_tests Created 5 years, 9 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/perf/browser_perf_test.h » ('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 a1acb9323c8b8157f643825524fb99af66f3190c..0f7d859686fc8b3d62ca15aeab118b0b44990576 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1189,8 +1189,6 @@
'test/base/browser_perf_tests_main.cc',
'test/base/chrome_render_view_test.cc',
'test/base/chrome_render_view_test.h',
- 'test/perf/browser_perf_test.cc',
- 'test/perf/browser_perf_test.h',
'test/perf/mach_ports_performancetest.cc',
'test/perf/url_parse_perftest.cc',
],
@@ -1921,7 +1919,6 @@
'chrome_resources.gyp:packed_resources',
'common/extensions/api/api.gyp:chrome_api',
'renderer',
- 'test/perf/perf_test.gyp:*',
'test_support_common',
'test_support_sync_integration',
'../base/base.gyp:base',
@@ -1950,6 +1947,7 @@
'../sync/sync.gyp:test_support_sync_api',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ '../testing/perf/perf_test.gyp:*',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
@@ -2436,7 +2434,6 @@
'chrome_resources.gyp:packed_extra_resources',
'chrome_resources.gyp:packed_resources',
'renderer',
- 'test/perf/perf_test.gyp:*',
'test_support_common',
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
@@ -2784,7 +2781,6 @@
'target_name': 'sync_performance_tests',
'type': 'executable',
'dependencies': [
- 'test/perf/perf_test.gyp:*',
'test_support_sync_integration',
'../sync/sync.gyp:sync',
'../testing/gmock.gyp:gmock',
« no previous file with comments | « no previous file | chrome/test/perf/browser_perf_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698