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

Unified Diff: components/search_engines/BUILD.gn

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « components/search_engines.gypi ('k') | components/search_engines/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « components/search_engines.gypi ('k') | components/search_engines/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698