| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 "cursor/cursor_loader.h", | 144 "cursor/cursor_loader.h", |
| 145 "cursor/cursor_win.cc", | 145 "cursor/cursor_win.cc", |
| 146 "default_style.h", | 146 "default_style.h", |
| 147 "default_theme_provider_mac.mm", | 147 "default_theme_provider_mac.mm", |
| 148 "device_form_factor.h", | 148 "device_form_factor.h", |
| 149 "device_form_factor_android.cc", | 149 "device_form_factor_android.cc", |
| 150 "device_form_factor_android.h", | 150 "device_form_factor_android.h", |
| 151 "device_form_factor_desktop.cc", | 151 "device_form_factor_desktop.cc", |
| 152 "device_form_factor_ios.mm", | 152 "device_form_factor_ios.mm", |
| 153 "dragdrop/drag_drop_types.h", | 153 "dragdrop/drag_drop_types.h", |
| 154 "dragdrop/drag_drop_types_mac.mm", |
| 154 "dragdrop/drag_drop_types_win.cc", | 155 "dragdrop/drag_drop_types_win.cc", |
| 155 "dragdrop/drag_source_win.cc", | 156 "dragdrop/drag_source_win.cc", |
| 156 "dragdrop/drag_source_win.h", | 157 "dragdrop/drag_source_win.h", |
| 157 "dragdrop/drag_utils_aura.cc", | 158 "dragdrop/drag_utils_aura.cc", |
| 158 "dragdrop/drag_utils_mac.mm", | 159 "dragdrop/drag_utils_mac.mm", |
| 159 "dragdrop/drag_utils_win.cc", | 160 "dragdrop/drag_utils_win.cc", |
| 160 "dragdrop/drop_target_event.cc", | 161 "dragdrop/drop_target_event.cc", |
| 161 "dragdrop/drop_target_event.h", | 162 "dragdrop/drop_target_event.h", |
| 162 "dragdrop/drop_target_win.cc", | 163 "dragdrop/drop_target_win.cc", |
| 163 "dragdrop/drop_target_win.h", | 164 "dragdrop/drop_target_win.h", |
| (...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 if (is_mac) { | 951 if (is_mac) { |
| 951 mac_framework_bundle("ui_unittests_framework") { | 952 mac_framework_bundle("ui_unittests_framework") { |
| 952 testonly = true | 953 testonly = true |
| 953 deps = [ | 954 deps = [ |
| 954 "//ui/resources:ui_test_pak_bundle_data", | 955 "//ui/resources:ui_test_pak_bundle_data", |
| 955 ] | 956 ] |
| 956 info_plist = "test/framework-Info.plist" | 957 info_plist = "test/framework-Info.plist" |
| 957 output_name = "ui_unittests Framework" | 958 output_name = "ui_unittests Framework" |
| 958 } | 959 } |
| 959 } | 960 } |
| OLD | NEW |