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

Unified Diff: chrome/test/perf/BUILD.gn

Issue 702903004: Add chrome perf tests and sniffer to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: chrome/test/perf/BUILD.gn
diff --git a/chrome/test/perf/BUILD.gn b/chrome/test/perf/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..fd4b701d8e7ff50ba8158e560174cb34b8214aa7
--- /dev/null
+++ b/chrome/test/perf/BUILD.gn
@@ -0,0 +1,25 @@
+# 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.
+
+# 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",
+ "//content/browser/net/sqlite_persistent_cookie_store_perftest.cc",
+ ]
+
+ deps = [
+ "//base",
+ "//base/allocator",
+ "//base/test:test_support",
+ "//content",
+ "//net",
+ "//testing/gtest",
+ "//url",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698