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

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

Issue 2899893003: Add generic mapping for gamepad (Closed)
Patch Set: Add generic mapping for gamepad Created 3 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
« no previous file with comments | « no previous file | ui/events/ozone/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 import("//ui/ozone/ozone.gni") 9 import("//ui/ozone/ozone.gni")
10 10
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 "ozone/evdev/event_converter_test_util.cc", 453 "ozone/evdev/event_converter_test_util.cc",
454 "ozone/evdev/event_converter_test_util.h", 454 "ozone/evdev/event_converter_test_util.h",
455 "ozone/evdev/event_device_info_unittest.cc", 455 "ozone/evdev/event_device_info_unittest.cc",
456 "ozone/evdev/event_device_test_util.cc", 456 "ozone/evdev/event_device_test_util.cc",
457 "ozone/evdev/event_device_test_util.h", 457 "ozone/evdev/event_device_test_util.h",
458 "ozone/evdev/gamepad_event_converter_evdev_unittest.cc", 458 "ozone/evdev/gamepad_event_converter_evdev_unittest.cc",
459 "ozone/evdev/input_injector_evdev_unittest.cc", 459 "ozone/evdev/input_injector_evdev_unittest.cc",
460 "ozone/evdev/tablet_event_converter_evdev_unittest.cc", 460 "ozone/evdev/tablet_event_converter_evdev_unittest.cc",
461 "ozone/evdev/touch_event_converter_evdev_unittest.cc", 461 "ozone/evdev/touch_event_converter_evdev_unittest.cc",
462 "ozone/evdev/touch_filter/false_touch_finder_unittest.cc", 462 "ozone/evdev/touch_filter/false_touch_finder_unittest.cc",
463 "ozone/gamepad/generic_gamepad_mapping_unittest.cc",
463 ] 464 ]
464 465
465 if (use_xkbcommon) { 466 if (use_xkbcommon) {
466 sources += [ 467 sources += [
467 "ozone/layout/keyboard_layout_engine_unittest.cc", 468 "ozone/layout/keyboard_layout_engine_unittest.cc",
468 "ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc", 469 "ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc",
469 ] 470 ]
470 } 471 }
471 472
472 deps += [ 473 deps += [
(...skipping 28 matching lines...) Expand all
501 generate_jar_jni("motionevent_jni_headers") { 502 generate_jar_jni("motionevent_jni_headers") {
502 jni_package = "ui" 503 jni_package = "ui"
503 classes = [ "android/view/MotionEvent.class" ] 504 classes = [ "android/view/MotionEvent.class" ]
504 } 505 }
505 506
506 generate_jar_jni("keyevent_jni_headers") { 507 generate_jar_jni("keyevent_jni_headers") {
507 jni_package = "ui" 508 jni_package = "ui"
508 classes = [ "android/view/KeyEvent.class" ] 509 classes = [ "android/view/KeyEvent.class" ]
509 } 510 }
510 } 511 }
OLDNEW
« no previous file with comments | « no previous file | ui/events/ozone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698