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

Unified Diff: components/search_engines/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/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 5e39baf4bbc043a73804e38fd393f1e2827842d1..ad2b3300ab3889a919fe1e73b0ddf59850eb5f89 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -69,7 +69,6 @@ static_library("search_engines") {
"//components/rappor",
"//components/strings",
"//components/sync",
- "//components/sync_driver",
"//components/url_formatter",
"//components/webdata/common",
"//google_apis",
@@ -131,7 +130,7 @@ source_set("unit_tests") {
"//components/pref_registry:test_support",
"//components/prefs",
"//components/sync:test_support_sync_api",
- "//components/sync_driver:test_support",
+ "//components/sync:test_support_sync_driver",
"//components/syncable_prefs:test_support",
"//components/webdata/common",
"//sql",
« 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