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/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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 "keycodes/dom_us_layout_data.h", | 60 "keycodes/dom_us_layout_data.h", |
61 "keycodes/keyboard_code_conversion.cc", | 61 "keycodes/keyboard_code_conversion.cc", |
62 "keycodes/keyboard_code_conversion.h", | 62 "keycodes/keyboard_code_conversion.h", |
63 "keycodes/keyboard_code_conversion_android.cc", | 63 "keycodes/keyboard_code_conversion_android.cc", |
64 "keycodes/keyboard_code_conversion_android.h", | 64 "keycodes/keyboard_code_conversion_android.h", |
65 "keycodes/keyboard_code_conversion_mac.h", | 65 "keycodes/keyboard_code_conversion_mac.h", |
66 "keycodes/keyboard_code_conversion_mac.mm", | 66 "keycodes/keyboard_code_conversion_mac.mm", |
67 "keycodes/keyboard_code_conversion_win.cc", | 67 "keycodes/keyboard_code_conversion_win.cc", |
68 "keycodes/keyboard_code_conversion_win.h", | 68 "keycodes/keyboard_code_conversion_win.h", |
69 "keycodes/keyboard_codes.h", | 69 "keycodes/keyboard_codes.h", |
70 "latency_info.cc", | |
71 "latency_info.h", | |
72 ] | 70 ] |
73 | 71 |
74 defines = [ "EVENTS_BASE_IMPLEMENTATION" ] | 72 defines = [ "EVENTS_BASE_IMPLEMENTATION" ] |
75 | 73 |
76 deps = [ | 74 deps = [ |
77 "//base/third_party/dynamic_annotations", | 75 "//base/third_party/dynamic_annotations", |
78 ] | 76 ] |
79 | 77 |
80 public_deps = [ | 78 public_deps = [ |
81 ":dom_keycode_converter", | 79 ":dom_keycode_converter", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 "scoped_target_handler.h", | 134 "scoped_target_handler.h", |
137 "win/events_win.cc", | 135 "win/events_win.cc", |
138 "win/system_event_state_lookup.cc", | 136 "win/system_event_state_lookup.cc", |
139 "win/system_event_state_lookup.h", | 137 "win/system_event_state_lookup.h", |
140 ] | 138 ] |
141 | 139 |
142 defines = [ "EVENTS_IMPLEMENTATION" ] | 140 defines = [ "EVENTS_IMPLEMENTATION" ] |
143 | 141 |
144 public_deps = [ | 142 public_deps = [ |
145 ":events_base", | 143 ":events_base", |
| 144 "//ui/latency", |
146 ] | 145 ] |
147 deps = [ | 146 deps = [ |
148 ":dom_keycode_converter", | 147 ":dom_keycode_converter", |
149 ":gesture_detection", | 148 ":gesture_detection", |
150 "//base/third_party/dynamic_annotations", | 149 "//base/third_party/dynamic_annotations", |
151 "//skia", | 150 "//skia", |
152 "//ui/display", | 151 "//ui/display", |
153 "//ui/gfx", | 152 "//ui/gfx", |
154 "//ui/gfx/geometry", | 153 "//ui/gfx/geometry", |
155 ] | 154 ] |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 "gesture_detection/gesture_provider_unittest.cc", | 369 "gesture_detection/gesture_provider_unittest.cc", |
371 "gesture_detection/motion_event_buffer_unittest.cc", | 370 "gesture_detection/motion_event_buffer_unittest.cc", |
372 "gesture_detection/motion_event_generic_unittest.cc", | 371 "gesture_detection/motion_event_generic_unittest.cc", |
373 "gesture_detection/snap_scroll_controller_unittest.cc", | 372 "gesture_detection/snap_scroll_controller_unittest.cc", |
374 "gesture_detection/touch_disposition_gesture_filter_unittest.cc", | 373 "gesture_detection/touch_disposition_gesture_filter_unittest.cc", |
375 "gesture_detection/velocity_tracker_unittest.cc", | 374 "gesture_detection/velocity_tracker_unittest.cc", |
376 "gestures/fling_curve_unittest.cc", | 375 "gestures/fling_curve_unittest.cc", |
377 "keycodes/dom/keycode_converter_unittest.cc", | 376 "keycodes/dom/keycode_converter_unittest.cc", |
378 "keycodes/keyboard_code_conversion_unittest.cc", | 377 "keycodes/keyboard_code_conversion_unittest.cc", |
379 "keycodes/platform_key_map_win_unittest.cc", | 378 "keycodes/platform_key_map_win_unittest.cc", |
380 "latency_info_unittest.cc", | |
381 "platform/platform_event_source_unittest.cc", | 379 "platform/platform_event_source_unittest.cc", |
382 "scoped_target_handler_unittest.cc", | 380 "scoped_target_handler_unittest.cc", |
383 "win/event_utils_win_unittest.cc", | 381 "win/event_utils_win_unittest.cc", |
384 ] | 382 ] |
385 | 383 |
386 deps = [ | 384 deps = [ |
387 ":dom_keycode_converter", | 385 ":dom_keycode_converter", |
388 ":events", | 386 ":events", |
389 ":events_base", | 387 ":events_base", |
390 ":gesture_detection", | 388 ":gesture_detection", |
(...skipping 11 matching lines...) Expand all Loading... |
402 | 400 |
403 if (!is_ios) { | 401 if (!is_ios) { |
404 sources += [ | 402 sources += [ |
405 "blink/blink_event_util_unittest.cc", | 403 "blink/blink_event_util_unittest.cc", |
406 "blink/input_handler_proxy_unittest.cc", | 404 "blink/input_handler_proxy_unittest.cc", |
407 "blink/input_scroll_elasticity_controller_unittest.cc", | 405 "blink/input_scroll_elasticity_controller_unittest.cc", |
408 "blink/web_input_event_traits_unittest.cc", | 406 "blink/web_input_event_traits_unittest.cc", |
409 "blink/web_input_event_unittest.cc", | 407 "blink/web_input_event_unittest.cc", |
410 "devices/mojo/device_struct_traits_unittest.cc", | 408 "devices/mojo/device_struct_traits_unittest.cc", |
411 "gestures/blink/web_gesture_curve_impl_unittest.cc", | 409 "gestures/blink/web_gesture_curve_impl_unittest.cc", |
412 "ipc/latency_info_param_traits_unittest.cc", | |
413 "mojo/struct_traits_unittest.cc", | |
414 ] | 410 ] |
415 deps += [ | 411 deps += [ |
416 "//cc", | 412 "//cc", |
417 "//ipc:test_support", | 413 "//ipc:test_support", |
418 "//mojo/public/cpp/bindings", | 414 "//mojo/public/cpp/bindings", |
419 "//third_party/WebKit/public:blink_headers", | 415 "//third_party/WebKit/public:blink_headers", |
420 "//ui/display", | 416 "//ui/display", |
421 "//ui/events/blink", | 417 "//ui/events/blink", |
422 "//ui/events/devices/mojo:test_interfaces", | 418 "//ui/events/devices/mojo:test_interfaces", |
423 "//ui/events/gestures/blink", | 419 "//ui/events/gestures/blink", |
424 "//ui/events/ipc", | |
425 "//ui/events/mojo:test_interfaces", | 420 "//ui/events/mojo:test_interfaces", |
426 "//ui/gfx/ipc/geometry", | 421 "//ui/gfx/ipc/geometry", |
427 ] | 422 ] |
428 } | 423 } |
429 | 424 |
430 if (!is_android && !is_ios) { | 425 if (!is_android && !is_ios) { |
431 data_deps = [ | 426 data_deps = [ |
432 "//third_party/mesa:osmesa", | 427 "//third_party/mesa:osmesa", |
433 ] | 428 ] |
434 } | 429 } |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
500 generate_jar_jni("motionevent_jni_headers") { | 495 generate_jar_jni("motionevent_jni_headers") { |
501 jni_package = "ui" | 496 jni_package = "ui" |
502 classes = [ "android/view/MotionEvent.class" ] | 497 classes = [ "android/view/MotionEvent.class" ] |
503 } | 498 } |
504 | 499 |
505 generate_jar_jni("keyevent_jni_headers") { | 500 generate_jar_jni("keyevent_jni_headers") { |
506 jni_package = "ui" | 501 jni_package = "ui" |
507 classes = [ "android/view/KeyEvent.class" ] | 502 classes = [ "android/view/KeyEvent.class" ] |
508 } | 503 } |
509 } | 504 } |
OLD | NEW |