Index: ui/arc/BUILD.gn |
diff --git a/ui/arc/BUILD.gn b/ui/arc/BUILD.gn |
index 3139ee8bcee7443dddaf388543ebb959e362647e..a9c54022a4eeda1a13a61ff03f10cfc8fd9c48a7 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", |