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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 "cocoa/nsview_additions.h", | 123 "cocoa/nsview_additions.h", |
124 "cocoa/nsview_additions.mm", | 124 "cocoa/nsview_additions.mm", |
125 "cocoa/remote_layer_api.h", | 125 "cocoa/remote_layer_api.h", |
126 "cocoa/remote_layer_api.mm", | 126 "cocoa/remote_layer_api.mm", |
127 "cocoa/scoped_cg_context_smooth_fonts.h", | 127 "cocoa/scoped_cg_context_smooth_fonts.h", |
128 "cocoa/scoped_cg_context_smooth_fonts.mm", | 128 "cocoa/scoped_cg_context_smooth_fonts.mm", |
129 "cocoa/three_part_image.h", | 129 "cocoa/three_part_image.h", |
130 "cocoa/three_part_image.mm", | 130 "cocoa/three_part_image.mm", |
131 "cocoa/tool_tip_base_view.h", | 131 "cocoa/tool_tip_base_view.h", |
132 "cocoa/tool_tip_base_view.mm", | 132 "cocoa/tool_tip_base_view.mm", |
| 133 "cocoa/touch_bar_forward_declarations.h", |
133 "cocoa/tracking_area.h", | 134 "cocoa/tracking_area.h", |
134 "cocoa/tracking_area.mm", | 135 "cocoa/tracking_area.mm", |
135 "cocoa/underlay_opengl_hosting_window.h", | 136 "cocoa/underlay_opengl_hosting_window.h", |
136 "cocoa/underlay_opengl_hosting_window.mm", | 137 "cocoa/underlay_opengl_hosting_window.mm", |
137 "cocoa/user_interface_item_command_handler.h", | 138 "cocoa/user_interface_item_command_handler.h", |
138 "cocoa/view_description.h", | 139 "cocoa/view_description.h", |
139 "cocoa/view_description.mm", | 140 "cocoa/view_description.mm", |
140 "cocoa/window_size_constants.h", | 141 "cocoa/window_size_constants.h", |
141 "cocoa/window_size_constants.mm", | 142 "cocoa/window_size_constants.mm", |
142 "cursor/cursor.cc", | 143 "cursor/cursor.cc", |
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
959 if (is_mac) { | 960 if (is_mac) { |
960 mac_framework_bundle("ui_unittests_framework") { | 961 mac_framework_bundle("ui_unittests_framework") { |
961 testonly = true | 962 testonly = true |
962 deps = [ | 963 deps = [ |
963 "//ui/resources:ui_test_pak_bundle_data", | 964 "//ui/resources:ui_test_pak_bundle_data", |
964 ] | 965 ] |
965 info_plist = "test/framework-Info.plist" | 966 info_plist = "test/framework-Info.plist" |
966 output_name = "ui_unittests Framework" | 967 output_name = "ui_unittests Framework" |
967 } | 968 } |
968 } | 969 } |
OLD | NEW |