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

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

Issue 1833193002: Content "gn check" work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « ppapi/shared_impl/BUILD.gn ('k') | ui/events/ipc/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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "blink/input_scroll_elasticity_controller_unittest.cc", 397 "blink/input_scroll_elasticity_controller_unittest.cc",
398 "gestures/blink/web_gesture_curve_impl_unittest.cc", 398 "gestures/blink/web_gesture_curve_impl_unittest.cc",
399 "ipc/latency_info_param_traits_unittest.cc", 399 "ipc/latency_info_param_traits_unittest.cc",
400 ] 400 ]
401 deps += [ 401 deps += [
402 "//cc", 402 "//cc",
403 "//ipc:test_support", 403 "//ipc:test_support",
404 "//third_party/WebKit/public:blink_headers", 404 "//third_party/WebKit/public:blink_headers",
405 "//ui/events/blink", 405 "//ui/events/blink",
406 "//ui/events/gestures/blink", 406 "//ui/events/gestures/blink",
407 "//ui/events/ipc:events_ipc", 407 "//ui/events/ipc",
408 ] 408 ]
409 } 409 }
410 410
411 data_deps = [ 411 data_deps = [
412 "//third_party/mesa:osmesa", 412 "//third_party/mesa:osmesa",
413 ] 413 ]
414 414
415 include_dirs = [ "//testing/gmock/include" ] 415 include_dirs = [ "//testing/gmock/include" ]
416 416
417 if (use_x11) { 417 if (use_x11) {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 generate_jar_jni("motionevent_jni_headers") { 473 generate_jar_jni("motionevent_jni_headers") {
474 jni_package = "ui" 474 jni_package = "ui"
475 classes = [ "android/view/MotionEvent.class" ] 475 classes = [ "android/view/MotionEvent.class" ]
476 } 476 }
477 477
478 generate_jar_jni("keyevent_jni_headers") { 478 generate_jar_jni("keyevent_jni_headers") {
479 jni_package = "ui" 479 jni_package = "ui"
480 classes = [ "android/view/KeyEvent.class" ] 480 classes = [ "android/view/KeyEvent.class" ]
481 } 481 }
482 } 482 }
OLDNEW
« no previous file with comments | « ppapi/shared_impl/BUILD.gn ('k') | ui/events/ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698