| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 86344591115439dba9765aadfaf0e66e141e8eff..356a4e57259ee89f4d4cbe06e9c04b33dc3ba92f 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",
|
| @@ -62,6 +64,7 @@ static_library("arc") {
|
| "//ipc:ipc",
|
| "//ipc/mojo:mojo",
|
| "//mojo/edk/system",
|
| + "//skia",
|
| "//third_party/re2:re2",
|
| "//ui/arc",
|
| "//ui/aura",
|
| @@ -84,6 +87,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",
|
|
|