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

Unified Diff: components/history/core/browser/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
Index: components/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index 32ccb5fe9fb26f4cc0be6b5adece1ca76ecb030e..8de0639bb1043d5410a0c69b91fe85dc0efd4f4b 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -98,7 +98,6 @@ static_library("browser") {
"//components/query_parser",
"//components/signin/core/browser",
"//components/sync",
- "//components/sync_driver",
"//components/url_formatter",
"//components/version_info",
"//google_apis",
@@ -207,7 +206,7 @@ source_set("unit_tests") {
"//components/signin/core/browser",
"//components/signin/core/browser:test_support",
"//components/sync:test_support_sync_api",
- "//components/sync_driver:test_support",
+ "//components/sync:test_support_sync_driver",
"//sql",
"//sql:test_support",
"//testing/gtest",
« no previous file with comments | « components/history/DEPS ('k') | components/history/core/browser/history_delete_directives_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698