| Index: components/search_engines/BUILD.gn
|
| diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
|
| index 3176fc617bcad76e8bdd78fda39b66c88b5783b4..9740b889487a002b0cb21e6a6ebb96ed1f2a4b1d 100644
|
| --- a/components/search_engines/BUILD.gn
|
| +++ b/components/search_engines/BUILD.gn
|
| @@ -60,8 +60,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",
|
| @@ -114,8 +114,8 @@ source_set("unit_tests") {
|
| }
|
|
|
| deps = [
|
| - "//components/pref_registry:test_support",
|
| ":test_support",
|
| + "//components/pref_registry:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| ]
|
|
|