Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: components/arc/BUILD.gn

Issue 1883473002: arc: Support more types of notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
"//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",

Powered by Google App Engine
This is Rietveld 408576698