| Index: components/arc.gypi
|
| diff --git a/components/arc.gypi b/components/arc.gypi
|
| index 5aa8c91a65f567dc4451895293b4b2b59b1992eb..429a621bd1cbb1af402fa812e9b977dfa1ee91c8 100644
|
| --- a/components/arc.gypi
|
| +++ b/components/arc.gypi
|
| @@ -20,6 +20,7 @@
|
| '../chromeos/chromeos.gyp:power_manager_proto',
|
| '../ipc/ipc.gyp:ipc',
|
| '../third_party/re2/re2.gyp:re2',
|
| + '../skia/skia.gyp:skia',
|
| '../ui/arc/arc.gyp:arc',
|
| '../ui/aura/aura.gyp:aura',
|
| '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
|
| @@ -41,6 +42,8 @@
|
| 'arc/arc_service_manager.h',
|
| 'arc/audio/arc_audio_bridge.cc',
|
| 'arc/audio/arc_audio_bridge.h',
|
| + 'arc/bitmap/bitmap_type_converters.cc',
|
| + 'arc/bitmap/bitmap_type_converters.h',
|
| 'arc/bluetooth/arc_bluetooth_bridge.cc',
|
| 'arc/bluetooth/arc_bluetooth_bridge.h',
|
| 'arc/bluetooth/bluetooth_type_converters.cc',
|
| @@ -109,6 +112,7 @@
|
| 'arc/common/arc_bridge.mojom',
|
| 'arc/common/audio.mojom',
|
| 'arc/common/auth.mojom',
|
| + 'arc/common/bitmap.mojom',
|
| 'arc/common/bluetooth.mojom',
|
| 'arc/common/clipboard.mojom',
|
| 'arc/common/crash_collector.mojom',
|
|
|