Chromium Code Reviews| Index: components/metrics.gypi |
| diff --git a/components/metrics.gypi b/components/metrics.gypi |
| index f9896fbe8a24940c58b32497083065cb4d277b86..e9f8fccd54c710fcc7a96db8c94985331db887d1 100644 |
| --- a/components/metrics.gypi |
| +++ b/components/metrics.gypi |
| @@ -13,6 +13,7 @@ |
| 'dependencies': [ |
| '../base/base.gyp:base', |
| 'component_metrics_proto', |
| + 'variations', |
|
blundell
2014/06/02 19:53:58
Is this dependency OK from the CrOS pov do you kno
Alexei Svitkine (slow)
2014/06/02 20:35:43
I think it should be fine. variations is a tiny co
|
| ], |
| 'sources': [ |
| 'metrics/metrics_provider.h', |
| @@ -36,6 +37,10 @@ |
| 'metrics/metrics_service_client.h', |
| 'metrics/metrics_service_observer.cc', |
| 'metrics/metrics_service_observer.h', |
| + 'metrics/metrics_state_manager.cc', |
| + 'metrics/metrics_state_manager.h', |
| + 'metrics/metrics_switches.cc', |
| + 'metrics/metrics_switches.h', |
| 'metrics/persisted_logs.cc', |
| 'metrics/persisted_logs.h', |
| ], |