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

Unified Diff: ui/arc/BUILD.gn

Issue 2935893004: Add unittest for ArcNotificationContentView (Closed)
Patch Set: . Created 3 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 | « chrome/browser/chrome_browser_main_extra_parts_exo.cc ('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 1f9a43fa7def4017d57daf8c26277aa737b99ee3..1b5973583914cbb9302e7628abd2837ec88fa46c 100644
--- a/ui/arc/BUILD.gn
+++ b/ui/arc/BUILD.gn
@@ -16,8 +16,13 @@ static_library("arc") {
"notification/arc_notification_item_impl.h",
"notification/arc_notification_manager.cc",
"notification/arc_notification_manager.h",
+ "notification/arc_notification_surface.h",
+ "notification/arc_notification_surface_impl.cc",
+ "notification/arc_notification_surface_impl.h",
"notification/arc_notification_surface_manager.cc",
"notification/arc_notification_surface_manager.h",
+ "notification/arc_notification_surface_manager_impl.cc",
+ "notification/arc_notification_surface_manager_impl.h",
"notification/arc_notification_view.cc",
"notification/arc_notification_view.h",
]
@@ -48,6 +53,7 @@ static_library("arc") {
test("ui_arc_unittests") {
testonly = true
sources = [
+ "notification/arc_notification_content_view_unittest.cc",
"notification/arc_notification_manager_unittest.cc",
"notification/arc_notification_view_unittest.cc",
"test/run_all_unittests.cc",
@@ -60,13 +66,16 @@ test("ui_arc_unittests") {
"//components/arc:arc_test_support",
"//mojo/edk/system",
"//testing/gtest",
+ "//ui/aura:test_support",
"//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",
]
+
+ data_deps = [
+ "//ui/resources:ui_test_pak_data",
+ ]
}
« no previous file with comments | « chrome/browser/chrome_browser_main_extra_parts_exo.cc ('k') | ui/arc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698