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

Unified Diff: ui/views/BUILD.gn

Issue 2660813002: Add WidgetTest::GetAllWidgets() to find dialogs created by TestBrowserDialog. (Closed)
Patch Set: fix mac Created 3 years, 11 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
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 214a0beb2ea1981769973cd27f95da6304fc0226..4bd4d17ab64b49b15de26f5287cd2b81ae9b6097 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -811,6 +811,7 @@ static_library("test_support_internal") {
deps += [
"//ui/aura",
"//ui/aura:test_support",
+ "//ui/views/mus",
"//ui/wm",
]
if (use_x11 && !is_chromeos) {
@@ -910,6 +911,7 @@ source_set("views_unittests_sources") {
"layout/fill_layout_unittest.cc",
"layout/grid_layout_unittest.cc",
"rect_based_targeting_utils_unittest.cc",
+ "test/widget_test_unittest.cc",
"view_model_unittest.cc",
"view_model_utils_unittest.cc",
"view_targeter_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698