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

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

Issue 2802923002: Re-adding and fixing StructTraitsTest for events and latency. (Closed)
Patch Set: Removing non-mojo :run_all_unittests Created 3 years, 8 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/mojo/struct_traits_unittest.cc » ('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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 400
401 if (!is_ios) { 401 if (!is_ios) {
402 sources += [ 402 sources += [
403 "blink/blink_event_util_unittest.cc", 403 "blink/blink_event_util_unittest.cc",
404 "blink/input_handler_proxy_unittest.cc", 404 "blink/input_handler_proxy_unittest.cc",
405 "blink/input_scroll_elasticity_controller_unittest.cc", 405 "blink/input_scroll_elasticity_controller_unittest.cc",
406 "blink/web_input_event_traits_unittest.cc", 406 "blink/web_input_event_traits_unittest.cc",
407 "blink/web_input_event_unittest.cc", 407 "blink/web_input_event_unittest.cc",
408 "devices/mojo/device_struct_traits_unittest.cc", 408 "devices/mojo/device_struct_traits_unittest.cc",
409 "gestures/blink/web_gesture_curve_impl_unittest.cc", 409 "gestures/blink/web_gesture_curve_impl_unittest.cc",
410 "mojo/struct_traits_unittest.cc",
410 ] 411 ]
411 deps += [ 412 deps += [
412 "//cc", 413 "//cc",
413 "//ipc:test_support", 414 "//ipc:test_support",
414 "//mojo/public/cpp/bindings", 415 "//mojo/public/cpp/bindings",
415 "//third_party/WebKit/public:blink_headers", 416 "//third_party/WebKit/public:blink_headers",
416 "//ui/display", 417 "//ui/display",
417 "//ui/events/blink", 418 "//ui/events/blink",
418 "//ui/events/devices/mojo:test_interfaces", 419 "//ui/events/devices/mojo:test_interfaces",
419 "//ui/events/gestures/blink", 420 "//ui/events/gestures/blink",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 generate_jar_jni("motionevent_jni_headers") { 496 generate_jar_jni("motionevent_jni_headers") {
496 jni_package = "ui" 497 jni_package = "ui"
497 classes = [ "android/view/MotionEvent.class" ] 498 classes = [ "android/view/MotionEvent.class" ]
498 } 499 }
499 500
500 generate_jar_jni("keyevent_jni_headers") { 501 generate_jar_jni("keyevent_jni_headers") {
501 jni_package = "ui" 502 jni_package = "ui"
502 classes = [ "android/view/KeyEvent.class" ] 503 classes = [ "android/view/KeyEvent.class" ]
503 } 504 }
504 } 505 }
OLDNEW
« no previous file with comments | « no previous file | ui/events/mojo/struct_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698