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

Unified Diff: components/arc.gypi

Issue 1477733002: Add ArcNotificationManager for new ARC notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years 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.gypi
diff --git a/components/arc.gypi b/components/arc.gypi
index 62cc4635604432978bd9d3ff157cefe90dee91aa..75722d2b9cb487a226a48de857bb15f7844f9692 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -31,6 +31,10 @@
'arc/input/arc_input_bridge.h',
'arc/input/arc_input_bridge_impl.cc',
'arc/input/arc_input_bridge_impl.h',
+ 'arc/notification/arc_notification_manager.cc',
+ 'arc/notification/arc_notification_manager.h',
+ 'arc/notification/arc_notification_item.cc',
+ 'arc/notification/arc_notification_item.h',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698