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

Unified Diff: ui/views/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 | « services/ui/public/cpp/BUILD.gn ('k') | ui/views/corewm/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index aa80e6f0cae2ece56fa1312f54335ee2454db97d..2d147374b2f7ca5f875a77f5f0d2d3a1cf9efdc0 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -930,6 +930,7 @@ source_set("views_unittests_sources") {
sources += [
"accessibility/ax_aura_obj_cache_unittest.cc",
"controls/native/native_view_host_aura_unittest.cc",
+ "corewm/tooltip_controller_unittest.cc",
"touchui/touch_selection_menu_runner_views_unittest.cc",
"view_unittest_aura.cc",
"widget/native_widget_aura_unittest.cc",
@@ -965,9 +966,6 @@ test("views_unittests") {
if (use_aura) {
sources += [
- # Tooltips. Can not be shared with mus: crbug.com/599558
- "corewm/tooltip_controller_unittest.cc",
-
# Some of the tests need drag-drop support. crbug.com/614037
"touchui/touch_selection_controller_impl_unittest.cc",
]
« no previous file with comments | « services/ui/public/cpp/BUILD.gn ('k') | ui/views/corewm/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698