Index: chrome/browser/ui/BUILD.gn |
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
index 3622b521403ba60aafe02c8d37caad8fb640e7a0..4a483a140acd2ad4a2d3bde995d1ef713b351e5c 100644 |
--- a/chrome/browser/ui/BUILD.gn |
+++ b/chrome/browser/ui/BUILD.gn |
@@ -3359,16 +3359,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", |
] |
@@ -3410,24 +3403,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" ] |
} |