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

Unified Diff: components/suggestions.gypi

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 | « chrome/chrome_browser.gypi ('k') | components/suggestions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/suggestions.gypi
diff --git a/components/suggestions.gypi b/components/suggestions.gypi
index efffdef3ccf77cdb3011e9325e1d79495d605639..dbbfe64d1798363af53d42ce281277aef690bef0 100644
--- a/components/suggestions.gypi
+++ b/components/suggestions.gypi
@@ -19,6 +19,7 @@
'components.gyp:data_use_measurement_core',
'components.gyp:keyed_service_core',
'components.gyp:pref_registry',
+ 'components.gyp:sync_driver',
'components.gyp:variations',
'components.gyp:variations_net',
],
@@ -37,8 +38,6 @@
'suggestions/suggestions_service.h',
'suggestions/suggestions_store.cc',
'suggestions/suggestions_store.h',
- 'suggestions/suggestions_utils.cc',
- 'suggestions/suggestions_utils.h',
],
'variables': {
'proto_in_dir': 'suggestions/proto',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/suggestions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698