| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 "bubble/bubble_border.cc", | 55 "bubble/bubble_border.cc", |
| 56 "bubble/bubble_border.h", | 56 "bubble/bubble_border.h", |
| 57 "bubble/bubble_dialog_delegate.cc", | 57 "bubble/bubble_dialog_delegate.cc", |
| 58 "bubble/bubble_dialog_delegate.h", | 58 "bubble/bubble_dialog_delegate.h", |
| 59 "bubble/bubble_frame_view.cc", | 59 "bubble/bubble_frame_view.cc", |
| 60 "bubble/bubble_frame_view.h", | 60 "bubble/bubble_frame_view.h", |
| 61 "button_drag_utils.cc", | 61 "button_drag_utils.cc", |
| 62 "button_drag_utils.h", | 62 "button_drag_utils.h", |
| 63 "cocoa/bridged_content_view.h", | 63 "cocoa/bridged_content_view.h", |
| 64 "cocoa/bridged_content_view.mm", | 64 "cocoa/bridged_content_view.mm", |
| 65 "cocoa/bridged_content_view_touch_bar.mm", |
| 65 "cocoa/bridged_native_widget.h", | 66 "cocoa/bridged_native_widget.h", |
| 66 "cocoa/bridged_native_widget.mm", | 67 "cocoa/bridged_native_widget.mm", |
| 67 "cocoa/bridged_native_widget_owner.h", | 68 "cocoa/bridged_native_widget_owner.h", |
| 68 "cocoa/cocoa_mouse_capture.h", | 69 "cocoa/cocoa_mouse_capture.h", |
| 69 "cocoa/cocoa_mouse_capture.mm", | 70 "cocoa/cocoa_mouse_capture.mm", |
| 70 "cocoa/cocoa_mouse_capture_delegate.h", | 71 "cocoa/cocoa_mouse_capture_delegate.h", |
| 71 "cocoa/cocoa_window_move_loop.h", | 72 "cocoa/cocoa_window_move_loop.h", |
| 72 "cocoa/cocoa_window_move_loop.mm", | 73 "cocoa/cocoa_window_move_loop.mm", |
| 73 "cocoa/drag_drop_client_mac.h", | 74 "cocoa/drag_drop_client_mac.h", |
| 74 "cocoa/drag_drop_client_mac.mm", | 75 "cocoa/drag_drop_client_mac.mm", |
| (...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1017 "//ui/base:test_support", | 1018 "//ui/base:test_support", |
| 1018 "//ui/compositor", | 1019 "//ui/compositor", |
| 1019 "//ui/events:test_support", | 1020 "//ui/events:test_support", |
| 1020 "//ui/gl:test_support", | 1021 "//ui/gl:test_support", |
| 1021 "//ui/resources", | 1022 "//ui/resources", |
| 1022 "//ui/resources:ui_test_pak", | 1023 "//ui/resources:ui_test_pak", |
| 1023 "//ui/strings", | 1024 "//ui/strings", |
| 1024 ] | 1025 ] |
| 1025 } | 1026 } |
| 1026 } | 1027 } |
| OLD | NEW |