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

Unified Diff: ui/arc/BUILD.gn

Issue 2066853002: arc: Show custom notification via notification surface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notification-exo
Patch Set: rebase 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 | « components/arc/common/notifications.mojom ('k') | ui/arc/arc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/arc/BUILD.gn
diff --git a/ui/arc/BUILD.gn b/ui/arc/BUILD.gn
index 2c477422f5ddc0852e9098eb3ac22b5944e82b9b..0849b504f4ad871f2d48f6868c444c3cf27bbf80 100644
--- a/ui/arc/BUILD.gn
+++ b/ui/arc/BUILD.gn
@@ -7,10 +7,16 @@ import("//testing/test.gni")
static_library("arc") {
sources = [
+ "notification/arc_custom_notification_item.cc",
+ "notification/arc_custom_notification_item.h",
+ "notification/arc_custom_notification_view.cc",
+ "notification/arc_custom_notification_view.h",
"notification/arc_notification_item.cc",
"notification/arc_notification_item.h",
"notification/arc_notification_manager.cc",
"notification/arc_notification_manager.h",
+ "notification/arc_notification_surface_manager.cc",
+ "notification/arc_notification_surface_manager.h",
]
deps = [
« no previous file with comments | « components/arc/common/notifications.mojom ('k') | ui/arc/arc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698