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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 "cocoa/underlay_opengl_hosting_window.h", | 143 "cocoa/underlay_opengl_hosting_window.h", |
144 "cocoa/underlay_opengl_hosting_window.mm", | 144 "cocoa/underlay_opengl_hosting_window.mm", |
145 "cocoa/user_interface_item_command_handler.h", | 145 "cocoa/user_interface_item_command_handler.h", |
146 "cocoa/view_description.h", | 146 "cocoa/view_description.h", |
147 "cocoa/view_description.mm", | 147 "cocoa/view_description.mm", |
148 "cocoa/window_size_constants.h", | 148 "cocoa/window_size_constants.h", |
149 "cocoa/window_size_constants.mm", | 149 "cocoa/window_size_constants.mm", |
150 "cursor/cursor.cc", | 150 "cursor/cursor.cc", |
151 "cursor/cursor.h", | 151 "cursor/cursor.h", |
152 "cursor/cursor_android.cc", | 152 "cursor/cursor_android.cc", |
| 153 "cursor/cursor_data.cc", |
| 154 "cursor/cursor_data.h", |
153 "cursor/cursor_loader.h", | 155 "cursor/cursor_loader.h", |
154 "cursor/cursor_win.cc", | 156 "cursor/cursor_win.cc", |
155 "default_style.h", | 157 "default_style.h", |
156 "default_theme_provider_mac.mm", | 158 "default_theme_provider_mac.mm", |
157 "device_form_factor.h", | 159 "device_form_factor.h", |
158 "device_form_factor_android.cc", | 160 "device_form_factor_android.cc", |
159 "device_form_factor_desktop.cc", | 161 "device_form_factor_desktop.cc", |
160 "device_form_factor_ios.mm", | 162 "device_form_factor_ios.mm", |
161 "dragdrop/drag_drop_types.h", | 163 "dragdrop/drag_drop_types.h", |
162 "dragdrop/drag_drop_types_mac.mm", | 164 "dragdrop/drag_drop_types_mac.mm", |
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
993 if (is_mac) { | 995 if (is_mac) { |
994 mac_framework_bundle("ui_unittests_framework") { | 996 mac_framework_bundle("ui_unittests_framework") { |
995 testonly = true | 997 testonly = true |
996 deps = [ | 998 deps = [ |
997 "//ui/resources:ui_test_pak_bundle_data", | 999 "//ui/resources:ui_test_pak_bundle_data", |
998 ] | 1000 ] |
999 info_plist = "test/framework-Info.plist" | 1001 info_plist = "test/framework-Info.plist" |
1000 output_name = "ui_unittests Framework" | 1002 output_name = "ui_unittests Framework" |
1001 } | 1003 } |
1002 } | 1004 } |
OLD | NEW |