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

Unified Diff: components/history/core/browser/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/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index 855753158f2d518324b422ecd318d847a5d835da..32ccb5fe9fb26f4cc0be6b5adece1ca76ecb030e 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -97,13 +97,13 @@ static_library("browser") {
"//components/prefs",
"//components/query_parser",
"//components/signin/core/browser",
+ "//components/sync",
"//components/sync_driver",
"//components/url_formatter",
"//components/version_info",
"//google_apis",
"//net",
"//sql",
- "//sync",
"//third_party/sqlite",
"//ui/base",
"//ui/gfx",
@@ -206,10 +206,10 @@ source_set("unit_tests") {
"//components/prefs:test_support",
"//components/signin/core/browser",
"//components/signin/core/browser:test_support",
+ "//components/sync:test_support_sync_api",
"//components/sync_driver:test_support",
"//sql",
"//sql:test_support",
- "//sync:test_support_sync_api",
"//testing/gtest",
"//ui/gfx",
"//ui/gfx:test_support",

Powered by Google App Engine
This is Rietveld 408576698