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

Unified Diff: components/sync_bookmarks/BUILD.gn

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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 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",
]
« 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