| 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/base/ui_features.gni") | 8 import("//ui/base/ui_features.gni") |
| 9 import("//ui/ozone/ozone.gni") | 9 import("//ui/ozone/ozone.gni") |
| 10 import("//components/vector_icons/vector_icons.gni") | 10 import("//components/vector_icons/vector_icons.gni") |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 "linux_ui/status_icon_linux.h", | 178 "linux_ui/status_icon_linux.h", |
| 179 "linux_ui/window_button_order_observer.h", | 179 "linux_ui/window_button_order_observer.h", |
| 180 "masked_targeter_delegate.h", | 180 "masked_targeter_delegate.h", |
| 181 "metrics.h", | 181 "metrics.h", |
| 182 "mouse_constants.h", | 182 "mouse_constants.h", |
| 183 "mouse_watcher.h", | 183 "mouse_watcher.h", |
| 184 "mouse_watcher_view_host.h", | 184 "mouse_watcher_view_host.h", |
| 185 "native_cursor.h", | 185 "native_cursor.h", |
| 186 "native_theme_delegate.h", | 186 "native_theme_delegate.h", |
| 187 "painter.h", | 187 "painter.h", |
| 188 "paint_info.h", |
| 188 "pointer_watcher.h", | 189 "pointer_watcher.h", |
| 189 "rect_based_targeting_utils.h", | 190 "rect_based_targeting_utils.h", |
| 190 "repeat_controller.h", | 191 "repeat_controller.h", |
| 191 "round_rect_painter.h", | 192 "round_rect_painter.h", |
| 192 "selection_controller.h", | 193 "selection_controller.h", |
| 193 "selection_controller_delegate.h", | 194 "selection_controller_delegate.h", |
| 194 "shadow_border.h", | 195 "shadow_border.h", |
| 195 "style/platform_style.h", | 196 "style/platform_style.h", |
| 196 "style/typography.h", | 197 "style/typography.h", |
| 197 "style/typography_provider.h", | 198 "style/typography_provider.h", |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 "layout/layout_provider.cc", | 358 "layout/layout_provider.cc", |
| 358 "linux_ui/linux_ui.cc", | 359 "linux_ui/linux_ui.cc", |
| 359 "linux_ui/status_icon_linux.cc", | 360 "linux_ui/status_icon_linux.cc", |
| 360 "linux_ui/window_button_order_provider.cc", | 361 "linux_ui/window_button_order_provider.cc", |
| 361 "masked_targeter_delegate.cc", | 362 "masked_targeter_delegate.cc", |
| 362 "metrics.cc", | 363 "metrics.cc", |
| 363 "metrics_mac.cc", | 364 "metrics_mac.cc", |
| 364 "mouse_watcher.cc", | 365 "mouse_watcher.cc", |
| 365 "mouse_watcher_view_host.cc", | 366 "mouse_watcher_view_host.cc", |
| 366 "native_cursor_mac.mm", | 367 "native_cursor_mac.mm", |
| 368 "paint_info.cc", |
| 367 "painter.cc", | 369 "painter.cc", |
| 368 "rect_based_targeting_utils.cc", | 370 "rect_based_targeting_utils.cc", |
| 369 "repeat_controller.cc", | 371 "repeat_controller.cc", |
| 370 "round_rect_painter.cc", | 372 "round_rect_painter.cc", |
| 371 "selection_controller.cc", | 373 "selection_controller.cc", |
| 372 "shadow_border.cc", | 374 "shadow_border.cc", |
| 373 "style/platform_style.cc", | 375 "style/platform_style.cc", |
| 374 "style/platform_style_mac.mm", | 376 "style/platform_style_mac.mm", |
| 375 "style/typography.cc", | 377 "style/typography.cc", |
| 376 "style/typography_provider.cc", | 378 "style/typography_provider.cc", |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 926 "controls/table/test_table_model.cc", | 928 "controls/table/test_table_model.cc", |
| 927 "controls/table/test_table_model.h", | 929 "controls/table/test_table_model.h", |
| 928 "controls/textfield/textfield_model_unittest.cc", | 930 "controls/textfield/textfield_model_unittest.cc", |
| 929 "controls/tree/tree_view_unittest.cc", | 931 "controls/tree/tree_view_unittest.cc", |
| 930 "event_monitor_unittest.cc", | 932 "event_monitor_unittest.cc", |
| 931 "focus/focus_manager_unittest.cc", | 933 "focus/focus_manager_unittest.cc", |
| 932 "focus/focus_traversal_unittest.cc", | 934 "focus/focus_traversal_unittest.cc", |
| 933 "layout/box_layout_unittest.cc", | 935 "layout/box_layout_unittest.cc", |
| 934 "layout/fill_layout_unittest.cc", | 936 "layout/fill_layout_unittest.cc", |
| 935 "layout/grid_layout_unittest.cc", | 937 "layout/grid_layout_unittest.cc", |
| 938 "paint_info_unittest.cc", |
| 936 "rect_based_targeting_utils_unittest.cc", | 939 "rect_based_targeting_utils_unittest.cc", |
| 937 "test/widget_test_unittest.cc", | 940 "test/widget_test_unittest.cc", |
| 938 "view_model_unittest.cc", | 941 "view_model_unittest.cc", |
| 939 "view_model_utils_unittest.cc", | 942 "view_model_utils_unittest.cc", |
| 940 "view_targeter_unittest.cc", | 943 "view_targeter_unittest.cc", |
| 941 "view_tracker_unittest.cc", | 944 "view_tracker_unittest.cc", |
| 942 "view_unittest.cc", | 945 "view_unittest.cc", |
| 943 "view_unittest_mac.mm", | 946 "view_unittest_mac.mm", |
| 944 "widget/native_widget_mac_accessibility_unittest.mm", | 947 "widget/native_widget_mac_accessibility_unittest.mm", |
| 945 "widget/native_widget_mac_unittest.mm", | 948 "widget/native_widget_mac_unittest.mm", |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1118 "//ui/base:test_support", | 1121 "//ui/base:test_support", |
| 1119 "//ui/compositor", | 1122 "//ui/compositor", |
| 1120 "//ui/events:test_support", | 1123 "//ui/events:test_support", |
| 1121 "//ui/gl:test_support", | 1124 "//ui/gl:test_support", |
| 1122 "//ui/resources", | 1125 "//ui/resources", |
| 1123 "//ui/resources:ui_test_pak", | 1126 "//ui/resources:ui_test_pak", |
| 1124 "//ui/strings", | 1127 "//ui/strings", |
| 1125 ] | 1128 ] |
| 1126 } | 1129 } |
| 1127 } | 1130 } |
| OLD | NEW |