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

Unified Diff: components/sync_bookmarks/BUILD.gn

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « components/sync_bookmarks.gypi ('k') | components/sync_bookmarks/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « components/sync_bookmarks.gypi ('k') | components/sync_bookmarks/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698