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

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: Rebased 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
« no previous file with comments | « components/arc.gypi ('k') | components/arc/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « components/arc.gypi ('k') | components/arc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698