| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 if (is_android) { | 8 if (is_android) { |
| 9 import("//build/config/android/config.gni") | 9 import("//build/config/android/config.gni") |
| 10 import("//build/config/android/rules.gni") | 10 import("//build/config/android/rules.gni") |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 "l10n/l10n_util_plurals.cc", | 170 "l10n/l10n_util_plurals.cc", |
| 171 "l10n/l10n_util_plurals.h", | 171 "l10n/l10n_util_plurals.h", |
| 172 "l10n/l10n_util_posix.cc", | 172 "l10n/l10n_util_posix.cc", |
| 173 "l10n/l10n_util_win.cc", | 173 "l10n/l10n_util_win.cc", |
| 174 "l10n/l10n_util_win.h", | 174 "l10n/l10n_util_win.h", |
| 175 "l10n/time_format.cc", | 175 "l10n/time_format.cc", |
| 176 "l10n/time_format.h", | 176 "l10n/time_format.h", |
| 177 "layout.cc", | 177 "layout.cc", |
| 178 "layout.h", | 178 "layout.h", |
| 179 "layout_mac.mm", | 179 "layout_mac.mm", |
| 180 "material_design/material_design_controller.cc", |
| 181 "material_design/material_design_controller.h", |
| 180 "models/button_menu_item_model.cc", | 182 "models/button_menu_item_model.cc", |
| 181 "models/button_menu_item_model.h", | 183 "models/button_menu_item_model.h", |
| 182 "models/combobox_model.cc", | 184 "models/combobox_model.cc", |
| 183 "models/combobox_model.h", | 185 "models/combobox_model.h", |
| 184 "models/combobox_model_observer.h", | 186 "models/combobox_model_observer.h", |
| 185 "models/dialog_model.cc", | 187 "models/dialog_model.cc", |
| 186 "models/dialog_model.h", | 188 "models/dialog_model.h", |
| 187 "models/list_model.h", | 189 "models/list_model.h", |
| 188 "models/list_model_observer.h", | 190 "models/list_model_observer.h", |
| 189 "models/list_selection_model.cc", | 191 "models/list_selection_model.cc", |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 551 "device_form_factor_desktop.cc", | 553 "device_form_factor_desktop.cc", |
| 552 "idle/idle.cc", | 554 "idle/idle.cc", |
| 553 "idle/idle.h", | 555 "idle/idle.h", |
| 554 ] | 556 ] |
| 555 } | 557 } |
| 556 } | 558 } |
| 557 | 559 |
| 558 source_set("test_support") { | 560 source_set("test_support") { |
| 559 testonly = true | 561 testonly = true |
| 560 sources = [ | 562 sources = [ |
| 563 "test/material_design_controller_test_api.cc", |
| 564 "test/material_design_controller_test_api.h", |
| 561 "test/nswindow_fullscreen_notification_waiter.h", | 565 "test/nswindow_fullscreen_notification_waiter.h", |
| 562 "test/nswindow_fullscreen_notification_waiter.mm", | 566 "test/nswindow_fullscreen_notification_waiter.mm", |
| 563 "test/test_clipboard.cc", | 567 "test/test_clipboard.cc", |
| 564 "test/test_clipboard.h", | 568 "test/test_clipboard.h", |
| 565 "test/ui_controls.h", | 569 "test/ui_controls.h", |
| 566 "test/ui_controls_aura.cc", | 570 "test/ui_controls_aura.cc", |
| 567 "test/ui_controls_internal_win.cc", | 571 "test/ui_controls_internal_win.cc", |
| 568 "test/ui_controls_internal_win.h", | 572 "test/ui_controls_internal_win.h", |
| 569 "test/ui_controls_mac.mm", | 573 "test/ui_controls_mac.mm", |
| 570 "test/ui_controls_win.cc", | 574 "test/ui_controls_win.cc", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 "cocoa/controls/hyperlink_button_cell_unittest.mm", | 660 "cocoa/controls/hyperlink_button_cell_unittest.mm", |
| 657 "cocoa/controls/hyperlink_text_view_unittest.mm", | 661 "cocoa/controls/hyperlink_text_view_unittest.mm", |
| 658 "cocoa/focus_tracker_unittest.mm", | 662 "cocoa/focus_tracker_unittest.mm", |
| 659 "cocoa/fullscreen_window_manager_unittest.mm", | 663 "cocoa/fullscreen_window_manager_unittest.mm", |
| 660 "cocoa/hover_image_button_unittest.mm", | 664 "cocoa/hover_image_button_unittest.mm", |
| 661 "cocoa/menu_controller_unittest.mm", | 665 "cocoa/menu_controller_unittest.mm", |
| 662 "cocoa/nsgraphics_context_additions_unittest.mm", | 666 "cocoa/nsgraphics_context_additions_unittest.mm", |
| 663 "cocoa/nsview_additions_unittest.mm", | 667 "cocoa/nsview_additions_unittest.mm", |
| 664 "cocoa/three_part_image_unittest.mm", | 668 "cocoa/three_part_image_unittest.mm", |
| 665 "cocoa/tracking_area_unittest.mm", | 669 "cocoa/tracking_area_unittest.mm", |
| 670 "material_design/material_design_controller_unittest.cc", |
| 666 "models/list_model_unittest.cc", | 671 "models/list_model_unittest.cc", |
| 667 "models/list_selection_model_unittest.cc", | 672 "models/list_selection_model_unittest.cc", |
| 668 "models/tree_node_model_unittest.cc", | 673 "models/tree_node_model_unittest.cc", |
| 669 "test/data/resource.h", | 674 "test/data/resource.h", |
| 670 "text/bytes_formatting_unittest.cc", | 675 "text/bytes_formatting_unittest.cc", |
| 671 "touch/selection_bound_unittest.cc", | 676 "touch/selection_bound_unittest.cc", |
| 672 "view_prop_unittest.cc", | 677 "view_prop_unittest.cc", |
| 673 "webui/web_ui_util_unittest.cc", | 678 "webui/web_ui_util_unittest.cc", |
| 674 ] | 679 ] |
| 675 } | 680 } |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 802 } | 807 } |
| 803 | 808 |
| 804 if (is_chromeos) { | 809 if (is_chromeos) { |
| 805 deps += [ | 810 deps += [ |
| 806 "//chromeos", | 811 "//chromeos", |
| 807 "//ui/events:dom_keycode_converter", | 812 "//ui/events:dom_keycode_converter", |
| 808 ] | 813 ] |
| 809 } | 814 } |
| 810 } | 815 } |
| 811 # TODO(GYP) Mac (ui_base_tests_bundle) | 816 # TODO(GYP) Mac (ui_base_tests_bundle) |
| OLD | NEW |