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

Unified Diff: ui/views/mus/BUILD.gn

Issue 2392063003: mus: Use TooltipManagerAura in NativeWidgetMus. (Closed)
Patch Set: Add comment Created 4 years, 2 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 | « ui/views/corewm/tooltip_controller_unittest.cc ('k') | ui/views/mus/native_widget_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index 94d53fb62c4a183593579a50ee0b8ee9fe7d9b7d..e9fa218c89a304688cfa9fb88ef67fbcdec3ba3d 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -122,6 +122,7 @@ static_library("test_support") {
sources = [
"../test/native_widget_factory_mus.cc",
+ "test_utils.h",
"views_mus_test_suite.cc",
"views_mus_test_suite.h",
]
@@ -158,6 +159,7 @@ test("views_mus_unittests") {
"pointer_watcher_event_router_unittest.cc",
"run_all_unittests_mus.cc",
"screen_mus_unittest.cc",
+ "window_manager_connection_unittest.cc",
]
configs += [ "//build/config:precompiled_headers" ]
@@ -172,6 +174,7 @@ test("views_mus_unittests") {
"//net",
"//services/shell/background:main", # Provides main().
"//services/ui/public/cpp",
+ "//services/ui/public/cpp:internal_or_test",
"//services/ui/public/cpp/tests:unittest_support",
"//services/ui/public/interfaces",
"//skia",
« no previous file with comments | « ui/views/corewm/tooltip_controller_unittest.cc ('k') | ui/views/mus/native_widget_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698