| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 45faaaf674b162539dd2cd84ab44bc80fec14dad..2c5cb500f38ca75266e7e80cc512dea4e84f49a9 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -12,9 +12,6 @@ import("//testing/test.gni")
|
| # into the build.
|
| group("test") {
|
| testonly = true
|
| - deps = [
|
| - "//chrome/test/perf",
|
| - ]
|
| }
|
|
|
| # GYP version: chrome/chrome_tests_unit.gypi:test_support_common
|
| @@ -620,7 +617,6 @@ if (!is_android && (!is_win || link_chrome_on_windows)) {
|
| "//chrome/browser",
|
| "//chrome/common/extensions/api",
|
| "//chrome/renderer",
|
| - "//chrome/test/perf",
|
| "//components/autofill/content/browser:risk_proto",
|
| "//components/autofill/content/browser:test_support",
|
| "//components/captive_portal:test_support",
|
|
|