| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 "cocoa/nscolor_additions.h", | 117 "cocoa/nscolor_additions.h", |
| 118 "cocoa/nscolor_additions.mm", | 118 "cocoa/nscolor_additions.mm", |
| 119 "cocoa/nsgraphics_context_additions.h", | 119 "cocoa/nsgraphics_context_additions.h", |
| 120 "cocoa/nsgraphics_context_additions.mm", | 120 "cocoa/nsgraphics_context_additions.mm", |
| 121 "cocoa/nsview_additions.h", | 121 "cocoa/nsview_additions.h", |
| 122 "cocoa/nsview_additions.mm", | 122 "cocoa/nsview_additions.mm", |
| 123 "cocoa/remote_layer_api.h", | 123 "cocoa/remote_layer_api.h", |
| 124 "cocoa/remote_layer_api.mm", | 124 "cocoa/remote_layer_api.mm", |
| 125 "cocoa/scoped_cg_context_smooth_fonts.h", | 125 "cocoa/scoped_cg_context_smooth_fonts.h", |
| 126 "cocoa/scoped_cg_context_smooth_fonts.mm", | 126 "cocoa/scoped_cg_context_smooth_fonts.mm", |
| 127 "cocoa/text_context_menu.h", |
| 128 "cocoa/text_context_menu.mm", |
| 127 "cocoa/three_part_image.h", | 129 "cocoa/three_part_image.h", |
| 128 "cocoa/three_part_image.mm", | 130 "cocoa/three_part_image.mm", |
| 129 "cocoa/tool_tip_base_view.h", | 131 "cocoa/tool_tip_base_view.h", |
| 130 "cocoa/tool_tip_base_view.mm", | 132 "cocoa/tool_tip_base_view.mm", |
| 131 "cocoa/tracking_area.h", | 133 "cocoa/tracking_area.h", |
| 132 "cocoa/tracking_area.mm", | 134 "cocoa/tracking_area.mm", |
| 133 "cocoa/underlay_opengl_hosting_window.h", | 135 "cocoa/underlay_opengl_hosting_window.h", |
| 134 "cocoa/underlay_opengl_hosting_window.mm", | 136 "cocoa/underlay_opengl_hosting_window.mm", |
| 135 "cocoa/user_interface_item_command_handler.h", | 137 "cocoa/user_interface_item_command_handler.h", |
| 136 "cocoa/view_description.h", | 138 "cocoa/view_description.h", |
| (...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 949 if (is_mac) { | 951 if (is_mac) { |
| 950 mac_framework_bundle("ui_unittests_framework") { | 952 mac_framework_bundle("ui_unittests_framework") { |
| 951 testonly = true | 953 testonly = true |
| 952 deps = [ | 954 deps = [ |
| 953 "//ui/resources:ui_test_pak_bundle_data", | 955 "//ui/resources:ui_test_pak_bundle_data", |
| 954 ] | 956 ] |
| 955 info_plist = "test/framework-Info.plist" | 957 info_plist = "test/framework-Info.plist" |
| 956 output_name = "ui_unittests Framework" | 958 output_name = "ui_unittests Framework" |
| 957 } | 959 } |
| 958 } | 960 } |
| OLD | NEW |