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

Unified Diff: ui/arc/BUILD.gn

Issue 2870283002: Move message_center::CustomNotificationView to arc::ArcNotificationView (Closed)
Patch Set: Addressed comment 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 | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/arc/DEPS » ('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 bcefece86c37504a130b74b571a9c91bbc9b0ab7..d34d2f26f094774f1ad2ea894e47cda2eec596d7 100644
--- a/ui/arc/BUILD.gn
+++ b/ui/arc/BUILD.gn
@@ -18,6 +18,8 @@ static_library("arc") {
"notification/arc_notification_manager.h",
"notification/arc_notification_surface_manager.cc",
"notification/arc_notification_surface_manager.h",
+ "notification/arc_notification_view.cc",
+ "notification/arc_notification_view.h",
]
deps = [
@@ -47,6 +49,7 @@ test("ui_arc_unittests") {
testonly = true
sources = [
"notification/arc_notification_manager_unittest.cc",
+ "notification/arc_notification_view_unittest.cc",
"test/run_all_unittests.cc",
]
@@ -57,6 +60,13 @@ test("ui_arc_unittests") {
"//components/arc:arc_test_support",
"//mojo/edk/system",
"//testing/gtest",
+ "//ui/base:test_support",
+ "//ui/base/ime",
+ "//ui/events",
+ "//ui/events:test_support",
+ "//ui/gl:test_support",
"//ui/message_center:test_support",
+ "//ui/views",
+ "//ui/views:test_support",
]
}
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/arc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698