| 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("//ui/vector_icons/vector_icons.gni") | 10 import("//ui/vector_icons/vector_icons.gni") |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 "round_rect_painter.cc", | 335 "round_rect_painter.cc", |
| 336 "round_rect_painter.h", | 336 "round_rect_painter.h", |
| 337 "selection_controller.cc", | 337 "selection_controller.cc", |
| 338 "selection_controller.h", | 338 "selection_controller.h", |
| 339 "selection_controller_delegate.h", | 339 "selection_controller_delegate.h", |
| 340 "shadow_border.cc", | 340 "shadow_border.cc", |
| 341 "shadow_border.h", | 341 "shadow_border.h", |
| 342 "style/platform_style.cc", | 342 "style/platform_style.cc", |
| 343 "style/platform_style.h", | 343 "style/platform_style.h", |
| 344 "style/platform_style_mac.mm", | 344 "style/platform_style_mac.mm", |
| 345 "style/typography.cc", |
| 346 "style/typography.h", |
| 345 "view.cc", | 347 "view.cc", |
| 346 "view.h", | 348 "view.h", |
| 347 "view_constants.cc", | 349 "view_constants.cc", |
| 348 "view_constants.h", | 350 "view_constants.h", |
| 349 "view_model.cc", | 351 "view_model.cc", |
| 350 "view_model.h", | 352 "view_model.h", |
| 351 "view_model_utils.cc", | 353 "view_model_utils.cc", |
| 352 "view_model_utils.h", | 354 "view_model_utils.h", |
| 353 "view_observer.h", | 355 "view_observer.h", |
| 354 "view_targeter.cc", | 356 "view_targeter.cc", |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 "controls/table/test_table_model.h", | 882 "controls/table/test_table_model.h", |
| 881 "controls/textfield/textfield_model_unittest.cc", | 883 "controls/textfield/textfield_model_unittest.cc", |
| 882 "controls/tree/tree_view_unittest.cc", | 884 "controls/tree/tree_view_unittest.cc", |
| 883 "event_monitor_unittest.cc", | 885 "event_monitor_unittest.cc", |
| 884 "focus/focus_manager_unittest.cc", | 886 "focus/focus_manager_unittest.cc", |
| 885 "focus/focus_traversal_unittest.cc", | 887 "focus/focus_traversal_unittest.cc", |
| 886 "layout/box_layout_unittest.cc", | 888 "layout/box_layout_unittest.cc", |
| 887 "layout/fill_layout_unittest.cc", | 889 "layout/fill_layout_unittest.cc", |
| 888 "layout/grid_layout_unittest.cc", | 890 "layout/grid_layout_unittest.cc", |
| 889 "rect_based_targeting_utils_unittest.cc", | 891 "rect_based_targeting_utils_unittest.cc", |
| 892 "style/typography_unittest.cc", |
| 890 "test/widget_test_unittest.cc", | 893 "test/widget_test_unittest.cc", |
| 891 "view_model_unittest.cc", | 894 "view_model_unittest.cc", |
| 892 "view_model_utils_unittest.cc", | 895 "view_model_utils_unittest.cc", |
| 893 "view_targeter_unittest.cc", | 896 "view_targeter_unittest.cc", |
| 894 "view_unittest.cc", | 897 "view_unittest.cc", |
| 895 "view_unittest_mac.mm", | 898 "view_unittest_mac.mm", |
| 896 "widget/native_widget_mac_accessibility_unittest.mm", | 899 "widget/native_widget_mac_accessibility_unittest.mm", |
| 897 "widget/native_widget_mac_unittest.mm", | 900 "widget/native_widget_mac_unittest.mm", |
| 898 "widget/native_widget_unittest.cc", | 901 "widget/native_widget_unittest.cc", |
| 899 "widget/root_view_unittest.cc", | 902 "widget/root_view_unittest.cc", |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1052 "//ui/base:test_support", | 1055 "//ui/base:test_support", |
| 1053 "//ui/compositor", | 1056 "//ui/compositor", |
| 1054 "//ui/events:test_support", | 1057 "//ui/events:test_support", |
| 1055 "//ui/gl:test_support", | 1058 "//ui/gl:test_support", |
| 1056 "//ui/resources", | 1059 "//ui/resources", |
| 1057 "//ui/resources:ui_test_pak", | 1060 "//ui/resources:ui_test_pak", |
| 1058 "//ui/strings", | 1061 "//ui/strings", |
| 1059 ] | 1062 ] |
| 1060 } | 1063 } |
| 1061 } | 1064 } |
| OLD | NEW |