| Index: components/search_engines/BUILD.gn
|
| diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
|
| index 478b1e71c1af3b1e4cb9c570f0f3e5fa623b5d2a..022853602e9c05095000ac3265b0a85a62dbbe6d 100644
|
| --- a/components/search_engines/BUILD.gn
|
| +++ b/components/search_engines/BUILD.gn
|
| @@ -58,8 +58,8 @@ static_library("search_engines") {
|
| "//components/metrics/proto",
|
| "//components/pref_registry",
|
| "//components/rappor",
|
| - "//components/sync_driver",
|
| "//components/strings",
|
| + "//components/sync_driver",
|
| "//components/url_formatter",
|
| "//components/webdata/common",
|
| "//google_apis",
|
| @@ -111,8 +111,8 @@ source_set("unit_tests") {
|
| }
|
|
|
| deps = [
|
| - "//components/pref_registry:test_support",
|
| ":test_support",
|
| + "//components/pref_registry:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| ]
|
|
|