| 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",
|
| ]
|
|
|