| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "background.cc", | 80 "background.cc", |
| 81 "background.h", | 81 "background.h", |
| 82 "border.cc", | 82 "border.cc", |
| 83 "border.h", | 83 "border.h", |
| 84 "bubble/bubble_border.cc", | 84 "bubble/bubble_border.cc", |
| 85 "bubble/bubble_border.h", | 85 "bubble/bubble_border.h", |
| 86 "bubble/bubble_dialog_delegate.cc", | 86 "bubble/bubble_dialog_delegate.cc", |
| 87 "bubble/bubble_dialog_delegate.h", | 87 "bubble/bubble_dialog_delegate.h", |
| 88 "bubble/bubble_frame_view.cc", | 88 "bubble/bubble_frame_view.cc", |
| 89 "bubble/bubble_frame_view.h", | 89 "bubble/bubble_frame_view.h", |
| 90 "bubble/info_bubble.cc", |
| 91 "bubble/info_bubble.h", |
| 92 "bubble/tooltip_icon.cc", |
| 93 "bubble/tooltip_icon.h", |
| 90 "button_drag_utils.cc", | 94 "button_drag_utils.cc", |
| 91 "button_drag_utils.h", | 95 "button_drag_utils.h", |
| 92 "cocoa/bridged_content_view.h", | 96 "cocoa/bridged_content_view.h", |
| 93 "cocoa/bridged_content_view.mm", | 97 "cocoa/bridged_content_view.mm", |
| 94 "cocoa/bridged_content_view_touch_bar.mm", | 98 "cocoa/bridged_content_view_touch_bar.mm", |
| 95 "cocoa/bridged_native_widget.h", | 99 "cocoa/bridged_native_widget.h", |
| 96 "cocoa/bridged_native_widget.mm", | 100 "cocoa/bridged_native_widget.mm", |
| 97 "cocoa/bridged_native_widget_owner.h", | 101 "cocoa/bridged_native_widget_owner.h", |
| 98 "cocoa/cocoa_mouse_capture.h", | 102 "cocoa/cocoa_mouse_capture.h", |
| 99 "cocoa/cocoa_mouse_capture.mm", | 103 "cocoa/cocoa_mouse_capture.mm", |
| (...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1057 "//ui/base:test_support", | 1061 "//ui/base:test_support", |
| 1058 "//ui/compositor", | 1062 "//ui/compositor", |
| 1059 "//ui/events:test_support", | 1063 "//ui/events:test_support", |
| 1060 "//ui/gl:test_support", | 1064 "//ui/gl:test_support", |
| 1061 "//ui/resources", | 1065 "//ui/resources", |
| 1062 "//ui/resources:ui_test_pak", | 1066 "//ui/resources:ui_test_pak", |
| 1063 "//ui/strings", | 1067 "//ui/strings", |
| 1064 ] | 1068 ] |
| 1065 } | 1069 } |
| 1066 } | 1070 } |
| OLD | NEW |