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

Unified Diff: ui/views/BUILD.gn

Issue 2488393003: Changes views_aura_mus_unittests to create DesktopNativeWidgetAura (Closed)
Patch Set: feedback Created 4 years, 1 month 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 56ac36ae3b4152c77987913d3055f5d43a78c8f9..e97adcb6d0217e64dc9c41667c93ecd6c5c49e5b 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -680,7 +680,6 @@ static_library("test_support_internal") {
"test/menu_runner_test_api.h",
"test/menu_test_utils.cc",
"test/menu_test_utils.h",
- "test/native_widget_factory.cc",
"test/native_widget_factory.h",
"test/scoped_views_test_helper.cc",
"test/scoped_views_test_helper.h",
@@ -688,6 +687,7 @@ static_library("test_support_internal") {
"test/slider_test_api.h",
"test/test_layout_manager.cc",
"test/test_layout_manager.h",
+ "test/test_platform_native_widget.h",
"test/test_slider.cc",
"test/test_slider.h",
"test/test_views.cc",
@@ -744,6 +744,7 @@ static_library("test_support_internal") {
sources += [
"test/platform_test_helper.cc",
"test/platform_test_helper.h",
+ "test/platform_test_helper.mm",
]
if (use_aura) {
« no previous file with comments | « no previous file | ui/views/accessible_pane_view_unittest.cc » ('j') | ui/views/test/test_platform_native_widget.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698