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

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

Issue 2100893002: Add tests for InputDevice/TouchscreenDevice StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win. Created 4 years, 5 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/devices/mojo/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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//ui/ozone/ozone.gni") 7 import("//ui/ozone/ozone.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "//ui/events/devices", 378 "//ui/events/devices",
379 "//ui/events/platform", 379 "//ui/events/platform",
380 "//ui/gfx:test_support", 380 "//ui/gfx:test_support",
381 ] 381 ]
382 382
383 if (!is_ios) { 383 if (!is_ios) {
384 sources += [ 384 sources += [
385 "blink/blink_event_util_unittest.cc", 385 "blink/blink_event_util_unittest.cc",
386 "blink/input_handler_proxy_unittest.cc", 386 "blink/input_handler_proxy_unittest.cc",
387 "blink/input_scroll_elasticity_controller_unittest.cc", 387 "blink/input_scroll_elasticity_controller_unittest.cc",
388 "devices/mojo/device_struct_traits_unittest.cc",
388 "gestures/blink/web_gesture_curve_impl_unittest.cc", 389 "gestures/blink/web_gesture_curve_impl_unittest.cc",
389 "ipc/latency_info_param_traits_unittest.cc", 390 "ipc/latency_info_param_traits_unittest.cc",
390 "mojo/struct_traits_unittest.cc", 391 "mojo/struct_traits_unittest.cc",
391 ] 392 ]
392 deps += [ 393 deps += [
393 "//cc", 394 "//cc",
394 "//ipc:test_support", 395 "//ipc:test_support",
395 "//mojo/public/cpp/bindings", 396 "//mojo/public/cpp/bindings",
396 "//third_party/WebKit/public:blink_headers", 397 "//third_party/WebKit/public:blink_headers",
397 "//ui/events/blink", 398 "//ui/events/blink",
399 "//ui/events/devices/mojo:test_interfaces",
398 "//ui/events/gestures/blink", 400 "//ui/events/gestures/blink",
399 "//ui/events/ipc", 401 "//ui/events/ipc",
400 "//ui/events/mojo:test_interfaces", 402 "//ui/events/mojo:test_interfaces",
401 "//ui/gfx/ipc/geometry", 403 "//ui/gfx/ipc/geometry",
402 ] 404 ]
403 } 405 }
404 406
405 data_deps = [ 407 data_deps = [
406 "//third_party/mesa:osmesa", 408 "//third_party/mesa:osmesa",
407 ] 409 ]
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 generate_jar_jni("motionevent_jni_headers") { 470 generate_jar_jni("motionevent_jni_headers") {
469 jni_package = "ui" 471 jni_package = "ui"
470 classes = [ "android/view/MotionEvent.class" ] 472 classes = [ "android/view/MotionEvent.class" ]
471 } 473 }
472 474
473 generate_jar_jni("keyevent_jni_headers") { 475 generate_jar_jni("keyevent_jni_headers") {
474 jni_package = "ui" 476 jni_package = "ui"
475 classes = [ "android/view/KeyEvent.class" ] 477 classes = [ "android/view/KeyEvent.class" ]
476 } 478 }
477 } 479 }
OLDNEW
« no previous file with comments | « no previous file | ui/events/devices/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698