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