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

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

Issue 1763713002: Added missing MainThreadScrollingReason in histograms.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo gyp change. Created 4 years, 9 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/metrics/histograms/histograms.xml ('k') | ui/events/blink/input_handler_proxy.h » ('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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 ] 364 ]
365 365
366 deps = [ 366 deps = [
367 ":dom_keycode_converter", 367 ":dom_keycode_converter",
368 ":events", 368 ":events",
369 ":events_base", 369 ":events_base",
370 ":gesture_detection", 370 ":gesture_detection",
371 ":test_support", 371 ":test_support",
372 "//base", 372 "//base",
373 "//base/test:run_all_unittests", 373 "//base/test:run_all_unittests",
374 "//base/test:test_support",
374 "//ipc:test_support", 375 "//ipc:test_support",
375 "//skia", 376 "//skia",
376 "//testing/gmock", 377 "//testing/gmock",
377 "//testing/gtest", 378 "//testing/gtest",
378 "//ui/events/devices", 379 "//ui/events/devices",
379 "//ui/events/ipc:events_ipc", 380 "//ui/events/ipc:events_ipc",
380 "//ui/events/platform", 381 "//ui/events/platform",
381 "//ui/gfx:test_support", 382 "//ui/gfx:test_support",
382 ] 383 ]
383 384
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 sources += [ "android/motion_event_android_unittest.cc" ] 452 sources += [ "android/motion_event_android_unittest.cc" ]
452 } 453 }
453 } 454 }
454 455
455 if (is_android) { 456 if (is_android) {
456 generate_jar_jni("motionevent_jni_headers") { 457 generate_jar_jni("motionevent_jni_headers") {
457 jni_package = "ui" 458 jni_package = "ui"
458 classes = [ "android/view/MotionEvent.class" ] 459 classes = [ "android/view/MotionEvent.class" ]
459 } 460 }
460 } 461 }
OLDNEW
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/events/blink/input_handler_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698