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

Unified Diff: components/exo.gypi

Issue 2065133002: exo: Implement notification surface support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notification-wayland-protocol
Patch Set: add NotificationServiceRegistry to track notification surface Created 4 years, 6 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/exo/BUILD.gn » ('j') | components/exo/notification_surface.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo.gypi
diff --git a/components/exo.gypi b/components/exo.gypi
index fcd2179941e7f18209c6991893b12dbe1523b1ac..4c3f73ff4b2b94840ac16df692b2b97f11df8ab4 100644
--- a/components/exo.gypi
+++ b/components/exo.gypi
@@ -38,6 +38,10 @@
'exo/keyboard.cc',
'exo/keyboard.h',
'exo/keyboard_delegate.h',
+ 'exo/notification_surface.cc',
+ 'exo/notification_surface.h',
+ 'exo/notification_surface_registry.cc',
+ 'exo/notification_surface_registry.h',
'exo/pointer.cc',
'exo/pointer.h',
'exo/pointer_delegate.h',
« no previous file with comments | « no previous file | components/exo/BUILD.gn » ('j') | components/exo/notification_surface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698