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

Unified Diff: ui/arc/BUILD.gn

Issue 2845003002: Merge ArcNotificationItem and ArcCustomNotificationItem (Closed)
Patch Set: Rebased Created 3 years, 7 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 | ui/arc/notification/arc_custom_notification_item.h » ('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 56b3477738e84f451e875c1ce051eee537bf0d1a..bcefece86c37504a130b74b571a9c91bbc9b0ab7 100644
--- a/ui/arc/BUILD.gn
+++ b/ui/arc/BUILD.gn
@@ -7,12 +7,13 @@ 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_delegate.cc",
+ "notification/arc_notification_delegate.h",
"notification/arc_notification_item.h",
+ "notification/arc_notification_item_impl.cc",
+ "notification/arc_notification_item_impl.h",
"notification/arc_notification_manager.cc",
"notification/arc_notification_manager.h",
"notification/arc_notification_surface_manager.cc",
« no previous file with comments | « no previous file | ui/arc/notification/arc_custom_notification_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698