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

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

Issue 2240983003: Move |ScopedWebInputEvent| and |WebInputEventTraits| from |content::| to "ui/events/blink" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and ncarter's review Created 4 years, 4 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 | « content/test/BUILD.gn ('k') | ui/events/blink/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/ozone/ozone.gni") 8 import("//ui/ozone/ozone.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...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 "blink/web_input_event_traits_unittest.cc",
388 "devices/mojo/device_struct_traits_unittest.cc", 389 "devices/mojo/device_struct_traits_unittest.cc",
389 "gestures/blink/web_gesture_curve_impl_unittest.cc", 390 "gestures/blink/web_gesture_curve_impl_unittest.cc",
390 "ipc/latency_info_param_traits_unittest.cc", 391 "ipc/latency_info_param_traits_unittest.cc",
391 "mojo/struct_traits_unittest.cc", 392 "mojo/struct_traits_unittest.cc",
392 ] 393 ]
393 deps += [ 394 deps += [
394 "//cc", 395 "//cc",
395 "//ipc:test_support", 396 "//ipc:test_support",
396 "//mojo/public/cpp/bindings", 397 "//mojo/public/cpp/bindings",
397 "//third_party/WebKit/public:blink_headers", 398 "//third_party/WebKit/public:blink_headers",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 generate_jar_jni("motionevent_jni_headers") { 471 generate_jar_jni("motionevent_jni_headers") {
471 jni_package = "ui" 472 jni_package = "ui"
472 classes = [ "android/view/MotionEvent.class" ] 473 classes = [ "android/view/MotionEvent.class" ]
473 } 474 }
474 475
475 generate_jar_jni("keyevent_jni_headers") { 476 generate_jar_jni("keyevent_jni_headers") {
476 jni_package = "ui" 477 jni_package = "ui"
477 classes = [ "android/view/KeyEvent.class" ] 478 classes = [ "android/view/KeyEvent.class" ]
478 } 479 }
479 } 480 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | ui/events/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698