Chromium Code Reviews| Index: ui/base/BUILD.gn |
| diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn |
| index 37a384965bf70650e37479c649cd58fe82ed9aba..99ac20d2d4273fbc1d46c7e80320d24c5f65079f 100644 |
| --- a/ui/base/BUILD.gn |
| +++ b/ui/base/BUILD.gn |
| @@ -895,6 +895,11 @@ test("ui_unittests") { |
| if (is_chromeos) { |
| sources += [ |
| + # TODO(pkotwicz): Move tests to their own target (crbug.com/432538) |
| + "../chromeos/ime/candidate_view_unittest.cc", |
| + "../chromeos/ime/candidate_window_view_unittest.cc", |
| + "../chromeos/ime/input_method_menu_item_unittest.cc", |
| + "../chromeos/ime/input_method_menu_manager_unittest.cc", |
| "../chromeos/network/network_state_notifier_unittest.cc", |
| "../chromeos/touch_exploration_controller_unittest.cc", |
| ] |
| @@ -910,6 +915,8 @@ test("ui_unittests") { |
| "//ui/chromeos:ui_chromeos", |
| "//ui/events:gesture_detection", |
| "//ui/message_center:message_center", |
| + "//ui/views", |
|
sky
2014/11/14 17:56:04
This is wrong and means there is a cycle between v
oshima
2014/11/14 19:52:11
This is for the test target, so it won't introduce
|
| + "//ui/views:test_support", |
| ] |
| } |
| } |