Chromium Code Reviews| Index: components/arc.gypi |
| diff --git a/components/arc.gypi b/components/arc.gypi |
| index ab4792c79ecf958c63b3426f12f81050fc093b11..8a872b82bb51af7db617ef191b2365c0288fb64a 100644 |
| --- a/components/arc.gypi |
| +++ b/components/arc.gypi |
| @@ -26,6 +26,7 @@ |
| '../ui/base/ui_base.gyp:ui_base', |
| '../ui/base/ui_base.gyp:ui_base_test_support', |
| '../ui/events/events.gyp:events_base', |
| + '../url/url.gyp:url_lib', |
| ], |
| 'sources': [ |
| 'arc/arc_bridge_bootstrap.cc', |
| @@ -51,8 +52,10 @@ |
| 'arc/ime/arc_ime_service.h', |
| 'arc/input/arc_input_bridge.cc', |
| 'arc/input/arc_input_bridge.h', |
| - 'arc/metrics/arc_low_memory_killer_monitor.h', |
| + 'arc/intent_helper/arc_intent_helper_bridge.cc', |
|
Luis Héctor Chávez
2016/03/30 17:20:45
nit: alignment?
Yusuke Sato
2016/03/30 18:25:43
Done. I missed this because side-by-side diff didn
|
| + 'arc/intent_helper/arc_intent_helper_bridge.h', |
| 'arc/metrics/arc_low_memory_killer_monitor.cc', |
| + 'arc/metrics/arc_low_memory_killer_monitor.h', |
| 'arc/metrics/arc_metrics_service.cc', |
| 'arc/metrics/arc_metrics_service.h', |
| 'arc/net/arc_net_host_impl.cc', |