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

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

Issue 931503002: Cleanup: Move sqlite_persistent_cookie_store_perftest.cc into content_perftests target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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
index 34b70535273f9fb6b66e4195501cd7d902e1c9f9..3a3138576263bc7769956d5316f6fad46b6166fd 100644
--- a/chrome/test/perf/BUILD.gn
+++ b/chrome/test/perf/BUILD.gn
@@ -11,7 +11,6 @@ if (!is_win || link_chrome_on_windows) {
output_name = "perf_tests"
sources = [
- "//content/browser/net/sqlite_persistent_cookie_store_perftest.cc",
"perftests.cc",
"url_parse_perftest.cc",
]
@@ -20,8 +19,6 @@ if (!is_win || link_chrome_on_windows) {
"//base",
"//base/allocator",
"//base/test:test_support",
- "//content",
- "//net",
"//testing/gtest",
"//url",
]
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/perf/perftests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698