| Index: components/sync_bookmarks/BUILD.gn
|
| diff --git a/components/sync_bookmarks/BUILD.gn b/components/sync_bookmarks/BUILD.gn
|
| index a253d322356819c0e5e9549971d6a98fe27d3726..7a1a40c75478f271b931097f22b6ae5a065b8741 100644
|
| --- a/components/sync_bookmarks/BUILD.gn
|
| +++ b/components/sync_bookmarks/BUILD.gn
|
| @@ -19,9 +19,9 @@ static_library("sync_bookmarks") {
|
| "//components/bookmarks/browser",
|
| "//components/favicon/core",
|
| "//components/history/core/browser",
|
| + "//components/sync",
|
| "//components/sync_driver",
|
| "//components/undo",
|
| - "//sync",
|
| "//ui/gfx",
|
| ]
|
| }
|
| @@ -40,9 +40,9 @@ source_set("unit_tests") {
|
| "//components/bookmarks/test",
|
| "//components/history/core/browser",
|
| "//components/prefs:test_support",
|
| + "//components/sync",
|
| "//components/sync_driver",
|
| "//components/sync_driver:test_support",
|
| - "//sync",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| ]
|
|
|