| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 7c05adcba68430459e0f21f9e6885adb7c291028..106f0d66e7b6a71463a63bde003fc038ee3622ac 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -19,6 +19,8 @@ static_library("arc") {
|
| "arc_service_manager.h",
|
| "audio/arc_audio_bridge.cc",
|
| "audio/arc_audio_bridge.h",
|
| + "bitmap/bitmap_type_converters.cc",
|
| + "bitmap/bitmap_type_converters.h",
|
| "bluetooth/arc_bluetooth_bridge.cc",
|
| "bluetooth/arc_bluetooth_bridge.h",
|
| "bluetooth/bluetooth_type_converters.cc",
|
| @@ -64,6 +66,7 @@ static_library("arc") {
|
| "//ipc:ipc",
|
| "//ipc/mojo:mojo",
|
| "//mojo/edk/system",
|
| + "//skia",
|
| "//third_party/re2:re2",
|
| "//ui/arc",
|
| "//ui/aura",
|
| @@ -86,6 +89,7 @@ mojom("arc_bindings") {
|
| "common/arc_bridge.mojom",
|
| "common/audio.mojom",
|
| "common/auth.mojom",
|
| + "common/bitmap.mojom",
|
| "common/bluetooth.mojom",
|
| "common/clipboard.mojom",
|
| "common/crash_collector.mojom",
|
|
|