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

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

Issue 2914393002: Adding phase info to wheel events migrated to wheel phase handler class. (Closed)
Patch Set: fixed mouse_wheel_phase_handler_path in rwhv_mac 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
« no previous file with comments | « no previous file | content/browser/renderer_host/input/mouse_wheel_phase_handler.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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 "renderer_host/input/input_router_config_helper.cc", 1111 "renderer_host/input/input_router_config_helper.cc",
1112 "renderer_host/input/input_router_config_helper.h", 1112 "renderer_host/input/input_router_config_helper.h",
1113 "renderer_host/input/input_router_impl.cc", 1113 "renderer_host/input/input_router_impl.cc",
1114 "renderer_host/input/input_router_impl.h", 1114 "renderer_host/input/input_router_impl.h",
1115 "renderer_host/input/legacy_touch_event_queue.cc", 1115 "renderer_host/input/legacy_touch_event_queue.cc",
1116 "renderer_host/input/legacy_touch_event_queue.h", 1116 "renderer_host/input/legacy_touch_event_queue.h",
1117 "renderer_host/input/motion_event_web.cc", 1117 "renderer_host/input/motion_event_web.cc",
1118 "renderer_host/input/motion_event_web.h", 1118 "renderer_host/input/motion_event_web.h",
1119 "renderer_host/input/mouse_wheel_event_queue.cc", 1119 "renderer_host/input/mouse_wheel_event_queue.cc",
1120 "renderer_host/input/mouse_wheel_event_queue.h", 1120 "renderer_host/input/mouse_wheel_event_queue.h",
1121 "renderer_host/input/mouse_wheel_phase_handler.cc",
1122 "renderer_host/input/mouse_wheel_phase_handler.h",
1121 "renderer_host/input/mouse_wheel_rails_filter_mac.cc", 1123 "renderer_host/input/mouse_wheel_rails_filter_mac.cc",
1122 "renderer_host/input/mouse_wheel_rails_filter_mac.h", 1124 "renderer_host/input/mouse_wheel_rails_filter_mac.h",
1123 "renderer_host/input/passthrough_touch_event_queue.cc", 1125 "renderer_host/input/passthrough_touch_event_queue.cc",
1124 "renderer_host/input/passthrough_touch_event_queue.h", 1126 "renderer_host/input/passthrough_touch_event_queue.h",
1125 "renderer_host/input/render_widget_host_latency_tracker.cc", 1127 "renderer_host/input/render_widget_host_latency_tracker.cc",
1126 "renderer_host/input/render_widget_host_latency_tracker.h", 1128 "renderer_host/input/render_widget_host_latency_tracker.h",
1127 "renderer_host/input/stylus_text_selector.cc", 1129 "renderer_host/input/stylus_text_selector.cc",
1128 "renderer_host/input/stylus_text_selector.h", 1130 "renderer_host/input/stylus_text_selector.h",
1129 "renderer_host/input/synthetic_gesture.cc", 1131 "renderer_host/input/synthetic_gesture.cc",
1130 "renderer_host/input/synthetic_gesture.h", 1132 "renderer_host/input/synthetic_gesture.h",
(...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
2145 if (!is_component_build) { 2147 if (!is_component_build) {
2146 public_deps = [ 2148 public_deps = [
2147 ":browser", 2149 ":browser",
2148 ] 2150 ]
2149 } else { 2151 } else {
2150 public_deps = [ 2152 public_deps = [
2151 "//third_party/leveldatabase", 2153 "//third_party/leveldatabase",
2152 ] 2154 ]
2153 } 2155 }
2154 } 2156 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/input/mouse_wheel_phase_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698