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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/sanitizers/sanitizers.gni") | 7 import("//build/config/sanitizers/sanitizers.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
10 import("//ui/base/ui_features.gni") | 10 import("//ui/base/ui_features.gni") |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 "cocoa/nsview_additions.mm", | 131 "cocoa/nsview_additions.mm", |
132 "cocoa/remote_layer_api.h", | 132 "cocoa/remote_layer_api.h", |
133 "cocoa/remote_layer_api.mm", | 133 "cocoa/remote_layer_api.mm", |
134 "cocoa/scoped_cg_context_smooth_fonts.h", | 134 "cocoa/scoped_cg_context_smooth_fonts.h", |
135 "cocoa/scoped_cg_context_smooth_fonts.mm", | 135 "cocoa/scoped_cg_context_smooth_fonts.mm", |
136 "cocoa/three_part_image.h", | 136 "cocoa/three_part_image.h", |
137 "cocoa/three_part_image.mm", | 137 "cocoa/three_part_image.mm", |
138 "cocoa/tool_tip_base_view.h", | 138 "cocoa/tool_tip_base_view.h", |
139 "cocoa/tool_tip_base_view.mm", | 139 "cocoa/tool_tip_base_view.mm", |
140 "cocoa/touch_bar_forward_declarations.h", | 140 "cocoa/touch_bar_forward_declarations.h", |
| 141 "cocoa/touch_bar_forward_declarations.mm", |
141 "cocoa/tracking_area.h", | 142 "cocoa/tracking_area.h", |
142 "cocoa/tracking_area.mm", | 143 "cocoa/tracking_area.mm", |
143 "cocoa/underlay_opengl_hosting_window.h", | 144 "cocoa/underlay_opengl_hosting_window.h", |
144 "cocoa/underlay_opengl_hosting_window.mm", | 145 "cocoa/underlay_opengl_hosting_window.mm", |
145 "cocoa/user_interface_item_command_handler.h", | 146 "cocoa/user_interface_item_command_handler.h", |
146 "cocoa/view_description.h", | 147 "cocoa/view_description.h", |
147 "cocoa/view_description.mm", | 148 "cocoa/view_description.mm", |
148 "cocoa/window_size_constants.h", | 149 "cocoa/window_size_constants.h", |
149 "cocoa/window_size_constants.mm", | 150 "cocoa/window_size_constants.mm", |
150 "cursor/cursor.cc", | 151 "cursor/cursor.cc", |
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
989 if (is_mac) { | 990 if (is_mac) { |
990 mac_framework_bundle("ui_unittests_framework") { | 991 mac_framework_bundle("ui_unittests_framework") { |
991 testonly = true | 992 testonly = true |
992 deps = [ | 993 deps = [ |
993 "//ui/resources:ui_test_pak_bundle_data", | 994 "//ui/resources:ui_test_pak_bundle_data", |
994 ] | 995 ] |
995 info_plist = "test/framework-Info.plist" | 996 info_plist = "test/framework-Info.plist" |
996 output_name = "ui_unittests Framework" | 997 output_name = "ui_unittests Framework" |
997 } | 998 } |
998 } | 999 } |
OLD | NEW |