Index: chrome/browser/ui/BUILD.gn |
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
index 8da8158e9b0d47912cfb57c6ffe7b198971f88f1..c343ae288b1f5b2280640e97f50225e91d64274a 100644 |
--- a/chrome/browser/ui/BUILD.gn |
+++ b/chrome/browser/ui/BUILD.gn |
@@ -3358,16 +3358,9 @@ static_library("test_support") { |
"cocoa/cocoa_test_helper.mm", |
"cocoa/run_loop_testing.h", |
"cocoa/run_loop_testing.mm", |
- "exclusive_access/fullscreen_controller_state_test.cc", |
- "exclusive_access/fullscreen_controller_state_test.h", |
- "exclusive_access/fullscreen_controller_state_tests.h", |
- "exclusive_access/fullscreen_controller_test.cc", |
- "exclusive_access/fullscreen_controller_test.h", |
"find_bar/find_bar_host_unittest_util.h", |
"login/login_handler_test_utils.cc", |
"login/login_handler_test_utils.h", |
- "test/test_confirm_bubble_model.cc", |
- "test/test_confirm_bubble_model.h", |
"toolbar/test_toolbar_action_view_controller.cc", |
"toolbar/test_toolbar_action_view_controller.h", |
] |
@@ -3409,24 +3402,21 @@ static_library("test_support") { |
] |
} |
- if (is_android) { |
- sources -= [ |
+ if (!is_android) { |
+ sources += [ |
"exclusive_access/fullscreen_controller_state_test.cc", |
"exclusive_access/fullscreen_controller_state_test.h", |
"exclusive_access/fullscreen_controller_state_tests.h", |
"exclusive_access/fullscreen_controller_test.cc", |
"exclusive_access/fullscreen_controller_test.h", |
- "test/test_confirm_bubble_model.cc", |
- "test/test_confirm_bubble_model.h", |
- ] |
- } else { |
- sources += [ |
"passwords/manage_passwords_ui_controller_mock.cc", |
"passwords/manage_passwords_ui_controller_mock.h", |
"passwords/password_dialog_controller_mock.cc", |
"passwords/password_dialog_controller_mock.h", |
"passwords/passwords_model_delegate_mock.cc", |
"passwords/passwords_model_delegate_mock.h", |
+ "test/test_confirm_bubble_model.cc", |
+ "test/test_confirm_bubble_model.h", |
] |
deps += [ "//chrome/test:test_support_ui" ] |
} |