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

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

Issue 2663493003: Move the TouchEventQueue to be completely virtual. (Closed)
Patch Set: Fix nits Created 3 years, 10 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/input_router_impl.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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 "renderer_host/frame_metadata_util.h", 1028 "renderer_host/frame_metadata_util.h",
1029 "renderer_host/input/gesture_event_queue.cc", 1029 "renderer_host/input/gesture_event_queue.cc",
1030 "renderer_host/input/gesture_event_queue.h", 1030 "renderer_host/input/gesture_event_queue.h",
1031 "renderer_host/input/input_ack_handler.h", 1031 "renderer_host/input/input_ack_handler.h",
1032 "renderer_host/input/input_router.h", 1032 "renderer_host/input/input_router.h",
1033 "renderer_host/input/input_router_client.h", 1033 "renderer_host/input/input_router_client.h",
1034 "renderer_host/input/input_router_config_helper.cc", 1034 "renderer_host/input/input_router_config_helper.cc",
1035 "renderer_host/input/input_router_config_helper.h", 1035 "renderer_host/input/input_router_config_helper.h",
1036 "renderer_host/input/input_router_impl.cc", 1036 "renderer_host/input/input_router_impl.cc",
1037 "renderer_host/input/input_router_impl.h", 1037 "renderer_host/input/input_router_impl.h",
1038 "renderer_host/input/legacy_touch_event_queue.cc",
1039 "renderer_host/input/legacy_touch_event_queue.h",
1038 "renderer_host/input/motion_event_web.cc", 1040 "renderer_host/input/motion_event_web.cc",
1039 "renderer_host/input/motion_event_web.h", 1041 "renderer_host/input/motion_event_web.h",
1040 "renderer_host/input/mouse_wheel_event_queue.cc", 1042 "renderer_host/input/mouse_wheel_event_queue.cc",
1041 "renderer_host/input/mouse_wheel_event_queue.h", 1043 "renderer_host/input/mouse_wheel_event_queue.h",
1042 "renderer_host/input/mouse_wheel_rails_filter_mac.cc", 1044 "renderer_host/input/mouse_wheel_rails_filter_mac.cc",
1043 "renderer_host/input/mouse_wheel_rails_filter_mac.h", 1045 "renderer_host/input/mouse_wheel_rails_filter_mac.h",
1044 "renderer_host/input/render_widget_host_latency_tracker.cc", 1046 "renderer_host/input/render_widget_host_latency_tracker.cc",
1045 "renderer_host/input/render_widget_host_latency_tracker.h", 1047 "renderer_host/input/render_widget_host_latency_tracker.h",
1046 "renderer_host/input/stylus_text_selector.cc", 1048 "renderer_host/input/stylus_text_selector.cc",
1047 "renderer_host/input/stylus_text_selector.h", 1049 "renderer_host/input/stylus_text_selector.h",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 "renderer_host/input/tap_suppression_controller.cc", 1085 "renderer_host/input/tap_suppression_controller.cc",
1084 "renderer_host/input/tap_suppression_controller.h", 1086 "renderer_host/input/tap_suppression_controller.h",
1085 "renderer_host/input/tap_suppression_controller_client.h", 1087 "renderer_host/input/tap_suppression_controller_client.h",
1086 "renderer_host/input/timeout_monitor.cc", 1088 "renderer_host/input/timeout_monitor.cc",
1087 "renderer_host/input/timeout_monitor.h", 1089 "renderer_host/input/timeout_monitor.h",
1088 "renderer_host/input/touch_action_filter.cc", 1090 "renderer_host/input/touch_action_filter.cc",
1089 "renderer_host/input/touch_action_filter.h", 1091 "renderer_host/input/touch_action_filter.h",
1090 "renderer_host/input/touch_emulator.cc", 1092 "renderer_host/input/touch_emulator.cc",
1091 "renderer_host/input/touch_emulator.h", 1093 "renderer_host/input/touch_emulator.h",
1092 "renderer_host/input/touch_emulator_client.h", 1094 "renderer_host/input/touch_emulator_client.h",
1093 "renderer_host/input/touch_event_queue.cc",
1094 "renderer_host/input/touch_event_queue.h", 1095 "renderer_host/input/touch_event_queue.h",
1095 "renderer_host/input/touch_selection_controller_client_aura.cc", 1096 "renderer_host/input/touch_selection_controller_client_aura.cc",
1096 "renderer_host/input/touch_selection_controller_client_aura.h", 1097 "renderer_host/input/touch_selection_controller_client_aura.h",
1097 "renderer_host/input/touchpad_tap_suppression_controller.cc", 1098 "renderer_host/input/touchpad_tap_suppression_controller.cc",
1098 "renderer_host/input/touchpad_tap_suppression_controller.h", 1099 "renderer_host/input/touchpad_tap_suppression_controller.h",
1099 "renderer_host/input/touchscreen_tap_suppression_controller.cc", 1100 "renderer_host/input/touchscreen_tap_suppression_controller.cc",
1100 "renderer_host/input/touchscreen_tap_suppression_controller.h", 1101 "renderer_host/input/touchscreen_tap_suppression_controller.h",
1101 "renderer_host/input/web_input_event_builders_android.cc", 1102 "renderer_host/input/web_input_event_builders_android.cc",
1102 "renderer_host/input/web_input_event_builders_android.h", 1103 "renderer_host/input/web_input_event_builders_android.h",
1103 "renderer_host/input/web_input_event_builders_mac.h", 1104 "renderer_host/input/web_input_event_builders_mac.h",
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
2026 if (!is_component_build) { 2027 if (!is_component_build) {
2027 public_deps = [ 2028 public_deps = [
2028 ":browser", 2029 ":browser",
2029 ] 2030 ]
2030 } else { 2031 } else {
2031 public_deps = [ 2032 public_deps = [
2032 "//third_party/leveldatabase", 2033 "//third_party/leveldatabase",
2033 ] 2034 ]
2034 } 2035 }
2035 } 2036 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/input/input_router_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698