| Index: components/arc.gypi
|
| diff --git a/components/arc.gypi b/components/arc.gypi
|
| index 7660ad95003a6b2b0e8c29ff156742853ad9c234..48c17093a591b87cd13b5b18ec037ae4c90da30c 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',
|
| @@ -107,6 +110,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',
|
|
|