| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 "resource/resource_bundle_win.h", | 233 "resource/resource_bundle_win.h", |
| 234 "resource/resource_data_dll_win.cc", | 234 "resource/resource_data_dll_win.cc", |
| 235 "resource/resource_data_dll_win.h", | 235 "resource/resource_data_dll_win.h", |
| 236 "template_expressions.cc", | 236 "template_expressions.cc", |
| 237 "template_expressions.h", | 237 "template_expressions.h", |
| 238 "theme_provider.cc", | 238 "theme_provider.cc", |
| 239 "theme_provider.h", | 239 "theme_provider.h", |
| 240 "touch/touch_device.h", | 240 "touch/touch_device.h", |
| 241 "touch/touch_editing_controller.cc", | 241 "touch/touch_editing_controller.cc", |
| 242 "touch/touch_editing_controller.h", | 242 "touch/touch_editing_controller.h", |
| 243 "touch/touch_enabled.cc", | |
| 244 "touch/touch_enabled.h", | |
| 245 "ui_base_export.h", | 243 "ui_base_export.h", |
| 246 "ui_base_exports.cc", | 244 "ui_base_exports.cc", |
| 247 "ui_base_paths.cc", | 245 "ui_base_paths.cc", |
| 248 "ui_base_paths.h", | 246 "ui_base_paths.h", |
| 249 "ui_base_switches.cc", | 247 "ui_base_switches.cc", |
| 250 "ui_base_switches.h", | 248 "ui_base_switches.h", |
| 251 "ui_base_switches_util.cc", | 249 "ui_base_switches_util.cc", |
| 252 "ui_base_switches_util.h", | 250 "ui_base_switches_util.h", |
| 253 "ui_base_types.cc", | 251 "ui_base_types.cc", |
| 254 "ui_base_types.h", | 252 "ui_base_types.h", |
| (...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 960 if (is_mac) { | 958 if (is_mac) { |
| 961 mac_framework_bundle("ui_unittests_framework") { | 959 mac_framework_bundle("ui_unittests_framework") { |
| 962 testonly = true | 960 testonly = true |
| 963 deps = [ | 961 deps = [ |
| 964 "//ui/resources:ui_test_pak_bundle_data", | 962 "//ui/resources:ui_test_pak_bundle_data", |
| 965 ] | 963 ] |
| 966 info_plist = "test/framework-Info.plist" | 964 info_plist = "test/framework-Info.plist" |
| 967 output_name = "ui_unittests Framework" | 965 output_name = "ui_unittests Framework" |
| 968 } | 966 } |
| 969 } | 967 } |
| OLD | NEW |