| Index: components/arc.gypi
|
| diff --git a/components/arc.gypi b/components/arc.gypi
|
| index ac29e3145d48d1f1d6bb93459c2d3ccfa61f458c..b824293870b4a10658eda8c110c8cc296728ee48 100644
|
| --- a/components/arc.gypi
|
| +++ b/components/arc.gypi
|
| @@ -54,6 +54,7 @@
|
| 'arc/ime/arc_ime_bridge_impl.h',
|
| 'arc/ime/arc_ime_service.cc',
|
| 'arc/ime/arc_ime_service.h',
|
| + 'arc/instance_holder.h',
|
| 'arc/intent_helper/activity_icon_loader.cc',
|
| 'arc/intent_helper/activity_icon_loader.h',
|
| 'arc/intent_helper/arc_intent_helper_bridge.cc',
|
| @@ -66,11 +67,11 @@
|
| 'arc/intent_helper/link_handler_model_impl.h',
|
| 'arc/intent_helper/local_activity_resolver.cc',
|
| 'arc/intent_helper/local_activity_resolver.h',
|
| + 'arc/metrics/arc_metrics_service.cc',
|
| + 'arc/metrics/arc_metrics_service.h',
|
| 'arc/metrics/oom_kills_histogram.h',
|
| 'arc/metrics/oom_kills_monitor.cc',
|
| 'arc/metrics/oom_kills_monitor.h',
|
| - 'arc/metrics/arc_metrics_service.cc',
|
| - 'arc/metrics/arc_metrics_service.h',
|
| 'arc/net/arc_net_host_impl.cc',
|
| 'arc/net/arc_net_host_impl.h',
|
| 'arc/obb_mounter/arc_obb_mounter_bridge.cc',
|
|
|