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

Unified Diff: chrome/test/perf/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/test/BUILD.gn ('k') | chrome/test/perf/perftests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/perf/BUILD.gn
diff --git a/chrome/test/perf/BUILD.gn b/chrome/test/perf/BUILD.gn
deleted file mode 100644
index 3a3138576263bc7769956d5316f6fad46b6166fd..0000000000000000000000000000000000000000
--- a/chrome/test/perf/BUILD.gn
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//testing/test.gni")
-
-if (!is_win || link_chrome_on_windows) {
- # This test appears to be a legacy target consisting of files not yet moved
- # elsewhere.
- test("perf") {
- output_name = "perf_tests"
-
- sources = [
- "perftests.cc",
- "url_parse_perftest.cc",
- ]
-
- deps = [
- "//base",
- "//base/allocator",
- "//base/test:test_support",
- "//testing/gtest",
- "//url",
- ]
- }
-} else {
- group("perf") {
- }
-}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/perf/perftests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698