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

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

Issue 2059983002: Remove unnecessary dependencies on mojo/edk/system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 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 | « tools/ipc_fuzzer/message_replay/BUILD.gn ('k') | ui/events/DEPS » ('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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "blink/blink_event_util_unittest.cc", 394 "blink/blink_event_util_unittest.cc",
395 "blink/input_handler_proxy_unittest.cc", 395 "blink/input_handler_proxy_unittest.cc",
396 "blink/input_scroll_elasticity_controller_unittest.cc", 396 "blink/input_scroll_elasticity_controller_unittest.cc",
397 "gestures/blink/web_gesture_curve_impl_unittest.cc", 397 "gestures/blink/web_gesture_curve_impl_unittest.cc",
398 "ipc/latency_info_param_traits_unittest.cc", 398 "ipc/latency_info_param_traits_unittest.cc",
399 "mojo/struct_traits_unittest.cc", 399 "mojo/struct_traits_unittest.cc",
400 ] 400 ]
401 deps += [ 401 deps += [
402 "//cc", 402 "//cc",
403 "//ipc:test_support", 403 "//ipc:test_support",
404 "//mojo/edk/system",
405 "//mojo/public/cpp/bindings", 404 "//mojo/public/cpp/bindings",
406 "//third_party/WebKit/public:blink_headers", 405 "//third_party/WebKit/public:blink_headers",
407 "//ui/events/blink", 406 "//ui/events/blink",
408 "//ui/events/gestures/blink", 407 "//ui/events/gestures/blink",
409 "//ui/events/ipc", 408 "//ui/events/ipc",
410 "//ui/events/mojo:test_interfaces", 409 "//ui/events/mojo:test_interfaces",
411 "//ui/gfx/ipc/geometry", 410 "//ui/gfx/ipc/geometry",
412 ] 411 ]
413 } 412 }
414 413
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 generate_jar_jni("motionevent_jni_headers") { 477 generate_jar_jni("motionevent_jni_headers") {
479 jni_package = "ui" 478 jni_package = "ui"
480 classes = [ "android/view/MotionEvent.class" ] 479 classes = [ "android/view/MotionEvent.class" ]
481 } 480 }
482 481
483 generate_jar_jni("keyevent_jni_headers") { 482 generate_jar_jni("keyevent_jni_headers") {
484 jni_package = "ui" 483 jni_package = "ui"
485 classes = [ "android/view/KeyEvent.class" ] 484 classes = [ "android/view/KeyEvent.class" ]
486 } 485 }
487 } 486 }
OLDNEW
« no previous file with comments | « tools/ipc_fuzzer/message_replay/BUILD.gn ('k') | ui/events/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698