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

Unified Diff: components/navigation_metrics.gypi

Issue 1897343003: Componentize OriginsSeenService & provide iOS factory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and address nit Created 4 years, 7 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/navigation_metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/navigation_metrics.gypi
diff --git a/components/navigation_metrics.gypi b/components/navigation_metrics.gypi
index a8f223350d192841b8ba70b69159b2e4973b3a45..5e20c466c6bda8fb07f324b18f51b1d0eac14de6 100644
--- a/components/navigation_metrics.gypi
+++ b/components/navigation_metrics.gypi
@@ -10,6 +10,7 @@
'dependencies': [
'../base/base.gyp:base',
'../url/url.gyp:url_lib',
+ 'keyed_service_core',
],
'include_dirs': [
'..',
@@ -17,6 +18,8 @@
'sources': [
'navigation_metrics/navigation_metrics.cc',
'navigation_metrics/navigation_metrics.h',
+ 'navigation_metrics/origins_seen_service.cc',
+ 'navigation_metrics/origins_seen_service.h',
],
},
],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/navigation_metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698