| Index: components/sync_bookmarks/BUILD.gn
|
| diff --git a/components/sync_bookmarks/BUILD.gn b/components/sync_bookmarks/BUILD.gn
|
| index 7a1a40c75478f271b931097f22b6ae5a065b8741..12b3607bff8dd21570339362a5e54a05340667f6 100644
|
| --- a/components/sync_bookmarks/BUILD.gn
|
| +++ b/components/sync_bookmarks/BUILD.gn
|
| @@ -20,7 +20,6 @@ static_library("sync_bookmarks") {
|
| "//components/favicon/core",
|
| "//components/history/core/browser",
|
| "//components/sync",
|
| - "//components/sync_driver",
|
| "//components/undo",
|
| "//ui/gfx",
|
| ]
|
| @@ -41,8 +40,7 @@ source_set("unit_tests") {
|
| "//components/history/core/browser",
|
| "//components/prefs:test_support",
|
| "//components/sync",
|
| - "//components/sync_driver",
|
| - "//components/sync_driver:test_support",
|
| + "//components/sync:test_support_sync_driver",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| ]
|
|
|