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

Unified Diff: ui/views/BUILD.gn

Issue 2488393003: Changes views_aura_mus_unittests to create DesktopNativeWidgetAura (Closed)
Patch Set: remove this and fix mac 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
« no previous file with comments | « no previous file | ui/views/accessible_pane_view_unittest.cc » ('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 56ac36ae3b4152c77987913d3055f5d43a78c8f9..c742f9cc89628ba3f1aca2a8d1045f4d5fe3a538 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_cocoa.mm",
]
if (use_aura) {
« no previous file with comments | « no previous file | ui/views/accessible_pane_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698