| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//ui/ozone/ozone.gni") | 8 import("//ui/ozone/ozone.gni") |
| 9 | 9 |
| 10 config("flags") { | 10 config("flags") { |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 "rect_based_targeting_utils.cc", | 302 "rect_based_targeting_utils.cc", |
| 303 "rect_based_targeting_utils.h", | 303 "rect_based_targeting_utils.h", |
| 304 "repeat_controller.cc", | 304 "repeat_controller.cc", |
| 305 "repeat_controller.h", | 305 "repeat_controller.h", |
| 306 "round_rect_painter.cc", | 306 "round_rect_painter.cc", |
| 307 "round_rect_painter.h", | 307 "round_rect_painter.h", |
| 308 "shadow_border.cc", | 308 "shadow_border.cc", |
| 309 "shadow_border.h", | 309 "shadow_border.h", |
| 310 "style/mac/combobox_background_mac.cc", | 310 "style/mac/combobox_background_mac.cc", |
| 311 "style/mac/combobox_background_mac.h", | 311 "style/mac/combobox_background_mac.h", |
| 312 "style/mac/dialog_button_border_mac.cc", | |
| 313 "style/mac/dialog_button_border_mac.h", | |
| 314 "style/platform_style.cc", | 312 "style/platform_style.cc", |
| 315 "style/platform_style.h", | 313 "style/platform_style.h", |
| 316 "style/platform_style_mac.mm", | 314 "style/platform_style_mac.mm", |
| 317 "view.cc", | 315 "view.cc", |
| 318 "view.h", | 316 "view.h", |
| 319 "view_constants.cc", | 317 "view_constants.cc", |
| 320 "view_constants.h", | 318 "view_constants.h", |
| 321 "view_model.cc", | 319 "view_model.cc", |
| 322 "view_model.h", | 320 "view_model.h", |
| 323 "view_model_utils.cc", | 321 "view_model_utils.cc", |
| (...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 "controls/table/test_table_model.cc", | 838 "controls/table/test_table_model.cc", |
| 841 "controls/table/test_table_model.h", | 839 "controls/table/test_table_model.h", |
| 842 "controls/textfield/textfield_model_unittest.cc", | 840 "controls/textfield/textfield_model_unittest.cc", |
| 843 "controls/tree/tree_view_unittest.cc", | 841 "controls/tree/tree_view_unittest.cc", |
| 844 "event_monitor_unittest.cc", | 842 "event_monitor_unittest.cc", |
| 845 "focus/focus_manager_unittest.cc", | 843 "focus/focus_manager_unittest.cc", |
| 846 "focus/focus_traversal_unittest.cc", | 844 "focus/focus_traversal_unittest.cc", |
| 847 "layout/box_layout_unittest.cc", | 845 "layout/box_layout_unittest.cc", |
| 848 "layout/grid_layout_unittest.cc", | 846 "layout/grid_layout_unittest.cc", |
| 849 "rect_based_targeting_utils_unittest.cc", | 847 "rect_based_targeting_utils_unittest.cc", |
| 850 "style/mac/dialog_button_border_mac_unittest.cc", | |
| 851 "view_model_unittest.cc", | 848 "view_model_unittest.cc", |
| 852 "view_model_utils_unittest.cc", | 849 "view_model_utils_unittest.cc", |
| 853 "view_targeter_unittest.cc", | 850 "view_targeter_unittest.cc", |
| 854 "view_unittest.cc", | 851 "view_unittest.cc", |
| 855 "widget/native_widget_mac_accessibility_unittest.mm", | 852 "widget/native_widget_mac_accessibility_unittest.mm", |
| 856 "widget/native_widget_mac_unittest.mm", | 853 "widget/native_widget_mac_unittest.mm", |
| 857 "widget/native_widget_unittest.cc", | 854 "widget/native_widget_unittest.cc", |
| 858 "widget/root_view_unittest.cc", | 855 "widget/root_view_unittest.cc", |
| 859 "widget/widget_unittest.cc", | 856 "widget/widget_unittest.cc", |
| 860 "widget/window_reorderer_unittest.cc", | 857 "widget/window_reorderer_unittest.cc", |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1011 "//ui/base:test_support", | 1008 "//ui/base:test_support", |
| 1012 "//ui/compositor", | 1009 "//ui/compositor", |
| 1013 "//ui/events:test_support", | 1010 "//ui/events:test_support", |
| 1014 "//ui/gl:test_support", | 1011 "//ui/gl:test_support", |
| 1015 "//ui/resources", | 1012 "//ui/resources", |
| 1016 "//ui/resources:ui_test_pak", | 1013 "//ui/resources:ui_test_pak", |
| 1017 "//ui/strings", | 1014 "//ui/strings", |
| 1018 ] | 1015 ] |
| 1019 } | 1016 } |
| 1020 } | 1017 } |
| OLD | NEW |