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

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

Issue 886323002: Remove more targets from GN Windows build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « cc/BUILD.gn ('k') | content/shell/BUILD.gn » ('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
index 08a1fc92ab4313186af7672a661ebbbf3dbc94bb..c4e74a24e0b28fc34a69119a423a96797ea1c450 100644
--- a/chrome/test/perf/BUILD.gn
+++ b/chrome/test/perf/BUILD.gn
@@ -4,24 +4,29 @@
import("//testing/test.gni")
-# This test appears to be a legacy target consisting of files not yet moved
-# elsewhere.
-test("perf") {
- output_name = "perf_tests"
+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",
- "//content/browser/net/sqlite_persistent_cookie_store_perftest.cc",
- ]
+ 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",
- ]
+ deps = [
+ "//base",
+ "//base/allocator",
+ "//base/test:test_support",
+ "//content",
+ "//net",
+ "//testing/gtest",
+ "//url",
+ ]
+ }
+} else {
+ group("perf") {
+ }
}
« no previous file with comments | « cc/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698