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

Unified Diff: components/search_engines/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/search_engines/BUILD.gn
diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
index ff6571aac74b8edf74b10faa550aaa7185dfddfb..5e39baf4bbc043a73804e38fd393f1e2827842d1 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -68,13 +68,13 @@ static_library("search_engines") {
"//components/prefs",
"//components/rappor",
"//components/strings",
+ "//components/sync",
"//components/sync_driver",
"//components/url_formatter",
"//components/webdata/common",
"//google_apis",
"//net",
"//sql",
- "//sync",
"//third_party/libxml",
"//ui/base",
"//ui/gfx",
@@ -130,11 +130,11 @@ source_set("unit_tests") {
"//components/google/core/browser",
"//components/pref_registry:test_support",
"//components/prefs",
+ "//components/sync:test_support_sync_api",
"//components/sync_driver:test_support",
"//components/syncable_prefs:test_support",
"//components/webdata/common",
"//sql",
- "//sync:test_support_sync_api",
"//testing/gmock",
"//testing/gtest",
"//url",

Powered by Google App Engine
This is Rietveld 408576698