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

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: Fix build failure 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') | components/arc/BUILD.gn » ('J')
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 5ccd8ea26687cbbcd7cf4af4668b6e667eb6173c..92cd77344d2d4bd75836821748525a3cb9ffbd90 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -41,6 +41,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',
@@ -107,6 +109,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') | components/arc/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698