| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 "cocoa/window_size_constants.mm", | 139 "cocoa/window_size_constants.mm", |
| 140 "cursor/cursor.cc", | 140 "cursor/cursor.cc", |
| 141 "cursor/cursor.h", | 141 "cursor/cursor.h", |
| 142 "cursor/cursor_android.cc", | 142 "cursor/cursor_android.cc", |
| 143 "cursor/cursor_loader.h", | 143 "cursor/cursor_loader.h", |
| 144 "cursor/cursor_win.cc", | 144 "cursor/cursor_win.cc", |
| 145 "default_style.h", | 145 "default_style.h", |
| 146 "default_theme_provider_mac.mm", | 146 "default_theme_provider_mac.mm", |
| 147 "device_form_factor.h", | 147 "device_form_factor.h", |
| 148 "device_form_factor_android.cc", | 148 "device_form_factor_android.cc", |
| 149 "device_form_factor_android.h", | |
| 150 "device_form_factor_desktop.cc", | 149 "device_form_factor_desktop.cc", |
| 151 "device_form_factor_ios.mm", | 150 "device_form_factor_ios.mm", |
| 152 "dragdrop/drag_drop_types.h", | 151 "dragdrop/drag_drop_types.h", |
| 153 "dragdrop/drag_drop_types_mac.mm", | 152 "dragdrop/drag_drop_types_mac.mm", |
| 154 "dragdrop/drag_drop_types_win.cc", | 153 "dragdrop/drag_drop_types_win.cc", |
| 155 "dragdrop/drag_source_win.cc", | 154 "dragdrop/drag_source_win.cc", |
| 156 "dragdrop/drag_source_win.h", | 155 "dragdrop/drag_source_win.h", |
| 157 "dragdrop/drag_utils_win.cc", | 156 "dragdrop/drag_utils_win.cc", |
| 158 "dragdrop/drop_target_event.cc", | 157 "dragdrop/drop_target_event.cc", |
| 159 "dragdrop/drop_target_event.h", | 158 "dragdrop/drop_target_event.h", |
| (...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 954 if (is_mac) { | 953 if (is_mac) { |
| 955 mac_framework_bundle("ui_unittests_framework") { | 954 mac_framework_bundle("ui_unittests_framework") { |
| 956 testonly = true | 955 testonly = true |
| 957 deps = [ | 956 deps = [ |
| 958 "//ui/resources:ui_test_pak_bundle_data", | 957 "//ui/resources:ui_test_pak_bundle_data", |
| 959 ] | 958 ] |
| 960 info_plist = "test/framework-Info.plist" | 959 info_plist = "test/framework-Info.plist" |
| 961 output_name = "ui_unittests Framework" | 960 output_name = "ui_unittests Framework" |
| 962 } | 961 } |
| 963 } | 962 } |
| OLD | NEW |