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

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') | ui/arc/notification/arc_notification_item.cc » ('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 7660ad95003a6b2b0e8c29ff156742853ad9c234..48c17093a591b87cd13b5b18ec037ae4c90da30c 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',
@@ -107,6 +110,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') | ui/arc/notification/arc_notification_item.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698