| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 "cocoa/nib_loading.h", | 125 "cocoa/nib_loading.h", |
| 126 "cocoa/nib_loading.mm", | 126 "cocoa/nib_loading.mm", |
| 127 "cocoa/nsgraphics_context_additions.h", | 127 "cocoa/nsgraphics_context_additions.h", |
| 128 "cocoa/nsgraphics_context_additions.mm", | 128 "cocoa/nsgraphics_context_additions.mm", |
| 129 "cocoa/nsview_additions.h", | 129 "cocoa/nsview_additions.h", |
| 130 "cocoa/nsview_additions.mm", | 130 "cocoa/nsview_additions.mm", |
| 131 "cocoa/remote_layer_api.h", | 131 "cocoa/remote_layer_api.h", |
| 132 "cocoa/remote_layer_api.mm", | 132 "cocoa/remote_layer_api.mm", |
| 133 "cocoa/scoped_cg_context_smooth_fonts.h", | 133 "cocoa/scoped_cg_context_smooth_fonts.h", |
| 134 "cocoa/scoped_cg_context_smooth_fonts.mm", | 134 "cocoa/scoped_cg_context_smooth_fonts.mm", |
| 135 "cocoa/text_services_context_menu.cc", |
| 136 "cocoa/text_services_context_menu.h", |
| 135 "cocoa/three_part_image.h", | 137 "cocoa/three_part_image.h", |
| 136 "cocoa/three_part_image.mm", | 138 "cocoa/three_part_image.mm", |
| 137 "cocoa/tool_tip_base_view.h", | 139 "cocoa/tool_tip_base_view.h", |
| 138 "cocoa/tool_tip_base_view.mm", | 140 "cocoa/tool_tip_base_view.mm", |
| 139 "cocoa/touch_bar_forward_declarations.h", | 141 "cocoa/touch_bar_forward_declarations.h", |
| 140 "cocoa/tracking_area.h", | 142 "cocoa/tracking_area.h", |
| 141 "cocoa/tracking_area.mm", | 143 "cocoa/tracking_area.mm", |
| 142 "cocoa/underlay_opengl_hosting_window.h", | 144 "cocoa/underlay_opengl_hosting_window.h", |
| 143 "cocoa/underlay_opengl_hosting_window.mm", | 145 "cocoa/underlay_opengl_hosting_window.mm", |
| 144 "cocoa/user_interface_item_command_handler.h", | 146 "cocoa/user_interface_item_command_handler.h", |
| (...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 978 if (is_mac) { | 980 if (is_mac) { |
| 979 mac_framework_bundle("ui_unittests_framework") { | 981 mac_framework_bundle("ui_unittests_framework") { |
| 980 testonly = true | 982 testonly = true |
| 981 deps = [ | 983 deps = [ |
| 982 "//ui/resources:ui_test_pak_bundle_data", | 984 "//ui/resources:ui_test_pak_bundle_data", |
| 983 ] | 985 ] |
| 984 info_plist = "test/framework-Info.plist" | 986 info_plist = "test/framework-Info.plist" |
| 985 output_name = "ui_unittests Framework" | 987 output_name = "ui_unittests Framework" |
| 986 } | 988 } |
| 987 } | 989 } |
| OLD | NEW |