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

Unified Diff: chrome/test/BUILD.gn

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 | « chrome/chrome_tests.gypi ('k') | chrome/test/perf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 45faaaf674b162539dd2cd84ab44bc80fec14dad..2c5cb500f38ca75266e7e80cc512dea4e84f49a9 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -12,9 +12,6 @@ import("//testing/test.gni")
# into the build.
group("test") {
testonly = true
- deps = [
- "//chrome/test/perf",
- ]
}
# GYP version: chrome/chrome_tests_unit.gypi:test_support_common
@@ -620,7 +617,6 @@ if (!is_android && (!is_win || link_chrome_on_windows)) {
"//chrome/browser",
"//chrome/common/extensions/api",
"//chrome/renderer",
- "//chrome/test/perf",
"//components/autofill/content/browser:risk_proto",
"//components/autofill/content/browser:test_support",
"//components/captive_portal:test_support",
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/perf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698