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

Unified Diff: components/arc.gypi

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 | « no previous file | components/arc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc.gypi
diff --git a/components/arc.gypi b/components/arc.gypi
index 5aa8c91a65f567dc4451895293b4b2b59b1992eb..429a621bd1cbb1af402fa812e9b977dfa1ee91c8 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -20,6 +20,7 @@
'../chromeos/chromeos.gyp:power_manager_proto',
'../ipc/ipc.gyp:ipc',
'../third_party/re2/re2.gyp:re2',
+ '../skia/skia.gyp:skia',
'../ui/arc/arc.gyp:arc',
'../ui/aura/aura.gyp:aura',
'../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
@@ -41,6 +42,8 @@
'arc/arc_service_manager.h',
'arc/audio/arc_audio_bridge.cc',
'arc/audio/arc_audio_bridge.h',
+ 'arc/bitmap/bitmap_type_converters.cc',
+ 'arc/bitmap/bitmap_type_converters.h',
'arc/bluetooth/arc_bluetooth_bridge.cc',
'arc/bluetooth/arc_bluetooth_bridge.h',
'arc/bluetooth/bluetooth_type_converters.cc',
@@ -109,6 +112,7 @@
'arc/common/arc_bridge.mojom',
'arc/common/audio.mojom',
'arc/common/auth.mojom',
+ 'arc/common/bitmap.mojom',
'arc/common/bluetooth.mojom',
'arc/common/clipboard.mojom',
'arc/common/crash_collector.mojom',
« no previous file with comments | « no previous file | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698