| Index: components/search_engines/BUILD.gn
|
| diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
|
| index 5e39baf4bbc043a73804e38fd393f1e2827842d1..ad2b3300ab3889a919fe1e73b0ddf59850eb5f89 100644
|
| --- a/components/search_engines/BUILD.gn
|
| +++ b/components/search_engines/BUILD.gn
|
| @@ -69,7 +69,6 @@ static_library("search_engines") {
|
| "//components/rappor",
|
| "//components/strings",
|
| "//components/sync",
|
| - "//components/sync_driver",
|
| "//components/url_formatter",
|
| "//components/webdata/common",
|
| "//google_apis",
|
| @@ -131,7 +130,7 @@ source_set("unit_tests") {
|
| "//components/pref_registry:test_support",
|
| "//components/prefs",
|
| "//components/sync:test_support_sync_api",
|
| - "//components/sync_driver:test_support",
|
| + "//components/sync:test_support_sync_driver",
|
| "//components/syncable_prefs:test_support",
|
| "//components/webdata/common",
|
| "//sql",
|
|
|