| 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',
|
| ],
|
| },
|
| ],
|
|
|