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

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

Issue 2863103002: Reduce composited smooth scroll latency by a frame (also fixes latency UMAs). (Closed)
Patch Set: Cleanup. Created 3 years, 7 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/browser/renderer_host/input/scroll_latency_browsertest.cc ('k') | no next file » | 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/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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 "../browser/net_info_browsertest.cc", 663 "../browser/net_info_browsertest.cc",
664 "../browser/payments/payment_app_browsertest.cc", 664 "../browser/payments/payment_app_browsertest.cc",
665 "../browser/pointer_lock_browsertest.cc", 665 "../browser/pointer_lock_browsertest.cc",
666 "../browser/pointer_lock_browsertest.h", 666 "../browser/pointer_lock_browsertest.h",
667 "../browser/pointer_lock_browsertest_mac.mm", 667 "../browser/pointer_lock_browsertest_mac.mm",
668 "../browser/presentation/presentation_browsertest.cc", 668 "../browser/presentation/presentation_browsertest.cc",
669 "../browser/renderer_host/input/composited_scrolling_browsertest.cc", 669 "../browser/renderer_host/input/composited_scrolling_browsertest.cc",
670 "../browser/renderer_host/input/interaction_mq_dynamic_browsertest.cc", 670 "../browser/renderer_host/input/interaction_mq_dynamic_browsertest.cc",
671 "../browser/renderer_host/input/main_thread_event_queue_browsertest.cc", 671 "../browser/renderer_host/input/main_thread_event_queue_browsertest.cc",
672 "../browser/renderer_host/input/non_blocking_event_browsertest.cc", 672 "../browser/renderer_host/input/non_blocking_event_browsertest.cc",
673 "../browser/renderer_host/input/scroll_latency_browsertest.cc",
673 "../browser/renderer_host/input/touch_action_browsertest.cc", 674 "../browser/renderer_host/input/touch_action_browsertest.cc",
674 "../browser/renderer_host/input/touch_input_browsertest.cc", 675 "../browser/renderer_host/input/touch_input_browsertest.cc",
675 "../browser/renderer_host/input/touch_selection_controller_client_aura_brows ertest.cc", 676 "../browser/renderer_host/input/touch_selection_controller_client_aura_brows ertest.cc",
676 "../browser/renderer_host/media/video_capture_browsertest.cc", 677 "../browser/renderer_host/media/video_capture_browsertest.cc",
677 "../browser/renderer_host/render_process_host_browsertest.cc", 678 "../browser/renderer_host/render_process_host_browsertest.cc",
678 "../browser/renderer_host/render_view_host_browsertest.cc", 679 "../browser/renderer_host/render_view_host_browsertest.cc",
679 "../browser/renderer_host/render_widget_host_view_browsertest.cc", 680 "../browser/renderer_host/render_widget_host_view_browsertest.cc",
680 "../browser/resource_loading_browsertest.cc", 681 "../browser/resource_loading_browsertest.cc",
681 "../browser/screen_orientation/screen_orientation_browsertest.cc", 682 "../browser/screen_orientation/screen_orientation_browsertest.cc",
682 "../browser/security_exploit_browsertest.cc", 683 "../browser/security_exploit_browsertest.cc",
(...skipping 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 if (is_android) { 1837 if (is_android) {
1837 deps += [ "//testing/android/native_test:native_test_native_code" ] 1838 deps += [ "//testing/android/native_test:native_test_native_code" ]
1838 } 1839 }
1839 } 1840 }
1840 1841
1841 group("fuzzers") { 1842 group("fuzzers") {
1842 deps = [ 1843 deps = [
1843 "//content/test/fuzzer", 1844 "//content/test/fuzzer",
1844 ] 1845 ]
1845 } 1846 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/input/scroll_latency_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698