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

Unified Diff: components/browsing_data_ui/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/browsing_data_ui.gypi ('k') | components/browsing_data_ui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data_ui/BUILD.gn
diff --git a/components/browsing_data_ui/BUILD.gn b/components/browsing_data_ui/BUILD.gn
index f96970143e5b90840fb1ac06f2bfd5239219b065..b544f55efaa1dc2b9ff11afc3f7262ecc9d9d601 100644
--- a/components/browsing_data_ui/BUILD.gn
+++ b/components/browsing_data_ui/BUILD.gn
@@ -11,7 +11,7 @@ static_library("browsing_data_ui") {
deps = [
"//base",
"//components/history/core/browser",
- "//components/sync_driver:sync_driver",
+ "//components/sync",
"//components/version_info",
]
}
@@ -27,8 +27,8 @@ source_set("unit_tests") {
"//base",
"//components/history/core/test:test",
"//components/signin/core/browser:test_support",
+ "//components/sync:test_support_sync_driver",
"//components/sync/protocol:protocol",
- "//components/sync_driver:test_support",
"//components/version_info:version_info",
"//net",
"//testing/gtest",
« no previous file with comments | « components/browsing_data_ui.gypi ('k') | components/browsing_data_ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698