Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Side by Side Diff: ui/base/BUILD.gn

Issue 2467913002: Touch event flag should control only DOM event firing. (Closed)
Patch Set: Deprecate the histogram. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "resource/resource_bundle_win.h", 234 "resource/resource_bundle_win.h",
235 "resource/resource_data_dll_win.cc", 235 "resource/resource_data_dll_win.cc",
236 "resource/resource_data_dll_win.h", 236 "resource/resource_data_dll_win.h",
237 "template_expressions.cc", 237 "template_expressions.cc",
238 "template_expressions.h", 238 "template_expressions.h",
239 "theme_provider.cc", 239 "theme_provider.cc",
240 "theme_provider.h", 240 "theme_provider.h",
241 "touch/touch_device.h", 241 "touch/touch_device.h",
242 "touch/touch_editing_controller.cc", 242 "touch/touch_editing_controller.cc",
243 "touch/touch_editing_controller.h", 243 "touch/touch_editing_controller.h",
244 "touch/touch_enabled.cc",
245 "touch/touch_enabled.h",
246 "ui_base_export.h", 244 "ui_base_export.h",
247 "ui_base_exports.cc", 245 "ui_base_exports.cc",
248 "ui_base_paths.cc", 246 "ui_base_paths.cc",
249 "ui_base_paths.h", 247 "ui_base_paths.h",
250 "ui_base_switches.cc", 248 "ui_base_switches.cc",
251 "ui_base_switches.h", 249 "ui_base_switches.h",
252 "ui_base_switches_util.cc", 250 "ui_base_switches_util.cc",
253 "ui_base_switches_util.h", 251 "ui_base_switches_util.h",
254 "ui_base_types.cc", 252 "ui_base_types.cc",
255 "ui_base_types.h", 253 "ui_base_types.h",
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698