Chromium Code Reviews| Index: components/arc/BUILD.gn |
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
| index df641de6d013f28c10479c186ec60da5fbb9c363..773d2c7a5a6f16300959bc08ad43524bdb0d04bf 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", |
|
hidehiko
2016/04/15 07:09:09
Is this needs to be in .gyp, too?
yoshiki
2016/04/15 14:36:38
In .gyp, there is the reference to third_party/ski
hidehiko
2016/04/18 17:54:41
? Looks no entry in arc.gyp?
yoshiki
2016/04/18 19:21:22
Sorry, I was confused with the other working patch
|
| "//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", |