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

Side by Side Diff: cc/BUILD.gn

Issue 2884423003: Use scroll-boundary-behavior to control overscroll-refresh/glow on android. (Closed)
Patch Set: rebase Created 3 years, 5 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("//cc/cc.gni") 5 import("//cc/cc.gni")
6 import("//gpu/vulkan/features.gni") 6 import("//gpu/vulkan/features.gni")
7 7
8 cc_component("cc") { 8 cc_component("cc") {
9 sources = [ 9 sources = [
10 "benchmarks/benchmark_instrumentation.cc", 10 "benchmarks/benchmark_instrumentation.cc",
(...skipping 19 matching lines...) Expand all
30 "input/browser_controls_offset_manager.cc", 30 "input/browser_controls_offset_manager.cc",
31 "input/browser_controls_offset_manager.h", 31 "input/browser_controls_offset_manager.h",
32 "input/browser_controls_offset_manager_client.h", 32 "input/browser_controls_offset_manager_client.h",
33 "input/input_handler.cc", 33 "input/input_handler.cc",
34 "input/input_handler.h", 34 "input/input_handler.h",
35 "input/layer_selection_bound.cc", 35 "input/layer_selection_bound.cc",
36 "input/layer_selection_bound.h", 36 "input/layer_selection_bound.h",
37 "input/main_thread_scrolling_reason.h", 37 "input/main_thread_scrolling_reason.h",
38 "input/page_scale_animation.cc", 38 "input/page_scale_animation.cc",
39 "input/page_scale_animation.h", 39 "input/page_scale_animation.h",
40 "input/scroll_boundary_behavior.h",
40 "input/scroll_elasticity_helper.cc", 41 "input/scroll_elasticity_helper.cc",
41 "input/scroll_elasticity_helper.h", 42 "input/scroll_elasticity_helper.h",
42 "input/scroll_state.cc", 43 "input/scroll_state.cc",
43 "input/scroll_state.h", 44 "input/scroll_state.h",
44 "input/scroll_state_data.cc", 45 "input/scroll_state_data.cc",
45 "input/scroll_state_data.h", 46 "input/scroll_state_data.h",
46 "input/scrollbar_animation_controller.cc", 47 "input/scrollbar_animation_controller.cc",
47 "input/scrollbar_animation_controller.h", 48 "input/scrollbar_animation_controller.h",
48 "input/selection.h", 49 "input/selection.h",
49 "input/single_scrollbar_animation_controller_thinning.cc", 50 "input/single_scrollbar_animation_controller_thinning.cc",
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 data = [ 931 data = [
931 "//components/viz/test/data/", 932 "//components/viz/test/data/",
932 933
933 # Needed for isolate script to execute. 934 # Needed for isolate script to execute.
934 "//testing/scripts/common.py", 935 "//testing/scripts/common.py",
935 "//testing/xvfb.py", 936 "//testing/xvfb.py",
936 "//testing/scripts/run_gtest_perf_test.py", 937 "//testing/scripts/run_gtest_perf_test.py",
937 "//tools/perf/generate_legacy_perf_dashboard_json.py", 938 "//tools/perf/generate_legacy_perf_dashboard_json.py",
938 ] 939 ]
939 } 940 }
OLDNEW
« no previous file with comments | « no previous file | cc/input/input_handler.h » ('j') | third_party/WebKit/Source/core/dom/Document.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698