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

Unified Diff: components/suggestions/BUILD.gn

Issue 1770843002: SuggestionsService: implement SyncServiceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: iOS Created 4 years, 9 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/suggestions.gypi ('k') | components/suggestions/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/suggestions/BUILD.gn
diff --git a/components/suggestions/BUILD.gn b/components/suggestions/BUILD.gn
index 4ffad36f4cb63e03f59425cbbff8bde8e3c6674d..e33d5f175f6526a033173ee1a68e14350ce4e8b9 100644
--- a/components/suggestions/BUILD.gn
+++ b/components/suggestions/BUILD.gn
@@ -17,8 +17,6 @@ source_set("suggestions") {
"suggestions_service.h",
"suggestions_store.cc",
"suggestions_store.h",
- "suggestions_utils.cc",
- "suggestions_utils.h",
]
public_deps = [
@@ -36,6 +34,7 @@ source_set("suggestions") {
"//components/leveldb_proto",
"//components/pref_registry",
"//components/signin/core/browser",
+ "//components/sync_driver:sync_driver",
"//components/variations",
"//components/variations/net",
"//google_apis",
@@ -62,6 +61,7 @@ source_set("unit_tests") {
"//components/leveldb_proto:test_support",
"//components/pref_registry:test_support",
"//components/signin/core/browser:test_support",
+ "//components/sync_driver:test_support",
"//net:test_support",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « components/suggestions.gypi ('k') | components/suggestions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698