| 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) {
|
|
|