Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: components/sync_bookmarks/BUILD.gn

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]

Powered by Google App Engine
This is Rietveld 408576698