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

Unified Diff: ui/views/BUILD.gn

Issue 2379073003: mus: Use TooltipManagerAura in NativeWidgetMus. (Closed)
Patch Set: Actually put that file in the right spot. Created 4 years, 3 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 | « no previous file | ui/views/mus/native_widget_mus.h » ('j') | ui/views/mus/native_widget_mus.cc » ('J')
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 4f7f22ac0509afc91ae66f4d091cb6f416b020c6..b9c318dd43ce06527fccbecf0fb59c50dcfc79c5 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -925,6 +925,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",
sky 2016/09/30 15:15:30 Can you make sure this test actually ends up creat
Elliot Glaysher 2016/10/03 21:52:25 You're correct that this was wrong. I've moved tw
"touchui/touch_selection_menu_runner_views_unittest.cc",
"view_unittest_aura.cc",
"widget/native_widget_aura_unittest.cc",
@@ -960,9 +961,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 | « no previous file | ui/views/mus/native_widget_mus.h » ('j') | ui/views/mus/native_widget_mus.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698