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

Side by Side Diff: content/test/BUILD.gn

Issue 2928793003: Re-target wheel events only when a new scroll sequence has started. (Closed)
Patch Set: review comments addressed. Created 3 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
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 "../browser/presentation/presentation_browsertest.cc", 685 "../browser/presentation/presentation_browsertest.cc",
686 "../browser/renderer_host/input/composited_scrolling_browsertest.cc", 686 "../browser/renderer_host/input/composited_scrolling_browsertest.cc",
687 "../browser/renderer_host/input/interaction_mq_dynamic_browsertest.cc", 687 "../browser/renderer_host/input/interaction_mq_dynamic_browsertest.cc",
688 "../browser/renderer_host/input/main_thread_event_queue_browsertest.cc", 688 "../browser/renderer_host/input/main_thread_event_queue_browsertest.cc",
689 "../browser/renderer_host/input/mouse_latency_browsertest.cc", 689 "../browser/renderer_host/input/mouse_latency_browsertest.cc",
690 "../browser/renderer_host/input/non_blocking_event_browsertest.cc", 690 "../browser/renderer_host/input/non_blocking_event_browsertest.cc",
691 "../browser/renderer_host/input/scroll_latency_browsertest.cc", 691 "../browser/renderer_host/input/scroll_latency_browsertest.cc",
692 "../browser/renderer_host/input/touch_action_browsertest.cc", 692 "../browser/renderer_host/input/touch_action_browsertest.cc",
693 "../browser/renderer_host/input/touch_input_browsertest.cc", 693 "../browser/renderer_host/input/touch_input_browsertest.cc",
694 "../browser/renderer_host/input/touch_selection_controller_client_aura_brows ertest.cc", 694 "../browser/renderer_host/input/touch_selection_controller_client_aura_brows ertest.cc",
695 "../browser/renderer_host/input/wheel_scroll_latching_browsertest.cc",
695 "../browser/renderer_host/media/video_capture_browsertest.cc", 696 "../browser/renderer_host/media/video_capture_browsertest.cc",
696 "../browser/renderer_host/render_process_host_browsertest.cc", 697 "../browser/renderer_host/render_process_host_browsertest.cc",
697 "../browser/renderer_host/render_view_host_browsertest.cc", 698 "../browser/renderer_host/render_view_host_browsertest.cc",
698 "../browser/renderer_host/render_widget_host_view_browsertest.cc", 699 "../browser/renderer_host/render_widget_host_view_browsertest.cc",
699 "../browser/resource_loading_browsertest.cc", 700 "../browser/resource_loading_browsertest.cc",
700 "../browser/screen_orientation/screen_orientation_browsertest.cc", 701 "../browser/screen_orientation/screen_orientation_browsertest.cc",
701 "../browser/security_exploit_browsertest.cc", 702 "../browser/security_exploit_browsertest.cc",
702 "../browser/service_worker/service_worker_browsertest.cc", 703 "../browser/service_worker/service_worker_browsertest.cc",
703 "../browser/session_history_browsertest.cc", 704 "../browser/session_history_browsertest.cc",
704 "../browser/shape_detection/shape_detection_browsertest.cc", 705 "../browser/shape_detection/shape_detection_browsertest.cc",
(...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after
1898 if (is_android) { 1899 if (is_android) {
1899 deps += [ "//testing/android/native_test:native_test_native_code" ] 1900 deps += [ "//testing/android/native_test:native_test_native_code" ]
1900 } 1901 }
1901 } 1902 }
1902 1903
1903 group("fuzzers") { 1904 group("fuzzers") {
1904 deps = [ 1905 deps = [
1905 "//content/test/fuzzer", 1906 "//content/test/fuzzer",
1906 ] 1907 ]
1907 } 1908 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698