| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index ba11ac64fcbda66c5c029d94750947edf524ac4c..b011cfa6a0b30a1f064cde22f87ea44cb669bc36 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -5039,7 +5039,7 @@ if (!is_android && !is_ios && !is_chromecast) {
|
| static_library("test_support_unit") {
|
| testonly = true
|
| sources = [
|
| - "base/run_all_unittests.cc",
|
| + "run_all_unittests.cc",
|
| ]
|
|
|
| public_deps = [
|
| @@ -5049,6 +5049,7 @@ static_library("test_support_unit") {
|
| "//chrome:strings",
|
| "//chrome/browser",
|
| "//chrome/common",
|
| + "//gpu/ipc/service",
|
| "//mojo/edk/test:test_support",
|
| ]
|
|
|
|
|