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

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

Issue 1182303005: Fixed the Touchscreen.TouchEventsEnabled histogram to record the correct values on X11 and Ozone ba… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated comment in ChromeBrowserMainExtraPartsMetrics::PostBrowserStart(). Created 5 years, 6 months 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/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("dom_keycode_converter") { 8 static_library("dom_keycode_converter") {
9 sources = [ 9 sources = [
10 "keycodes/dom/dom_code.h", 10 "keycodes/dom/dom_code.h",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 sources += [ "gesture_detection/gesture_configuration_aura.cc" ] 232 sources += [ "gesture_detection/gesture_configuration_aura.cc" ]
233 } else { 233 } else {
234 sources += [ "gesture_detection/gesture_configuration_default.cc" ] 234 sources += [ "gesture_detection/gesture_configuration_default.cc" ]
235 } 235 }
236 } 236 }
237 237
238 source_set("test_support") { 238 source_set("test_support") {
239 sources = [ 239 sources = [
240 "test/cocoa_test_event_utils.h", 240 "test/cocoa_test_event_utils.h",
241 "test/cocoa_test_event_utils.mm", 241 "test/cocoa_test_event_utils.mm",
242 "test/device_data_manager_test_api.cc",
243 "test/device_data_manager_test_api.h",
242 "test/event_generator.cc", 244 "test/event_generator.cc",
243 "test/event_generator.h", 245 "test/event_generator.h",
244 "test/events_test_utils.cc", 246 "test/events_test_utils.cc",
245 "test/events_test_utils.h", 247 "test/events_test_utils.h",
246 "test/motion_event_test_utils.cc", 248 "test/motion_event_test_utils.cc",
247 "test/motion_event_test_utils.h", 249 "test/motion_event_test_utils.h",
248 "test/platform_event_waiter.cc", 250 "test/platform_event_waiter.cc",
249 "test/platform_event_waiter.h", 251 "test/platform_event_waiter.h",
250 "test/test_event_handler.cc", 252 "test/test_event_handler.cc",
251 "test/test_event_handler.h", 253 "test/test_event_handler.h",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 if (is_nacl) { 374 if (is_nacl) {
373 source_set("latency_info") { 375 source_set("latency_info") {
374 sources = [ 376 sources = [
375 "ipc/latency_info_param_traits.cc", 377 "ipc/latency_info_param_traits.cc",
376 "ipc/latency_info_param_traits.h", 378 "ipc/latency_info_param_traits.h",
377 "latency_info.cc", 379 "latency_info.cc",
378 "latency_info.h", 380 "latency_info.h",
379 ] 381 ]
380 } 382 }
381 } 383 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698