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

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

Issue 2478423002: Rename SyntheticPointer to SyntheticPointerDriver (Closed)
Patch Set: rename Created 4 years 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/synthetic_gesture_controller_unittest.cc » ('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 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 "renderer_host/input/synthetic_gesture.h", 1024 "renderer_host/input/synthetic_gesture.h",
1025 "renderer_host/input/synthetic_gesture_controller.cc", 1025 "renderer_host/input/synthetic_gesture_controller.cc",
1026 "renderer_host/input/synthetic_gesture_controller.h", 1026 "renderer_host/input/synthetic_gesture_controller.h",
1027 "renderer_host/input/synthetic_gesture_target.h", 1027 "renderer_host/input/synthetic_gesture_target.h",
1028 "renderer_host/input/synthetic_gesture_target_aura.cc", 1028 "renderer_host/input/synthetic_gesture_target_aura.cc",
1029 "renderer_host/input/synthetic_gesture_target_aura.h", 1029 "renderer_host/input/synthetic_gesture_target_aura.h",
1030 "renderer_host/input/synthetic_gesture_target_base.cc", 1030 "renderer_host/input/synthetic_gesture_target_base.cc",
1031 "renderer_host/input/synthetic_gesture_target_base.h", 1031 "renderer_host/input/synthetic_gesture_target_base.h",
1032 "renderer_host/input/synthetic_gesture_target_mac.h", 1032 "renderer_host/input/synthetic_gesture_target_mac.h",
1033 "renderer_host/input/synthetic_gesture_target_mac.mm", 1033 "renderer_host/input/synthetic_gesture_target_mac.mm",
1034 "renderer_host/input/synthetic_mouse_pointer.cc", 1034 "renderer_host/input/synthetic_mouse_driver.cc",
1035 "renderer_host/input/synthetic_mouse_pointer.h", 1035 "renderer_host/input/synthetic_mouse_driver.h",
1036 "renderer_host/input/synthetic_pinch_gesture.cc", 1036 "renderer_host/input/synthetic_pinch_gesture.cc",
1037 "renderer_host/input/synthetic_pinch_gesture.h", 1037 "renderer_host/input/synthetic_pinch_gesture.h",
1038 "renderer_host/input/synthetic_pointer.cc",
1039 "renderer_host/input/synthetic_pointer.h",
1040 "renderer_host/input/synthetic_pointer_action.cc", 1038 "renderer_host/input/synthetic_pointer_action.cc",
1041 "renderer_host/input/synthetic_pointer_action.h", 1039 "renderer_host/input/synthetic_pointer_action.h",
1040 "renderer_host/input/synthetic_pointer_driver.cc",
1041 "renderer_host/input/synthetic_pointer_driver.h",
1042 "renderer_host/input/synthetic_smooth_drag_gesture.cc", 1042 "renderer_host/input/synthetic_smooth_drag_gesture.cc",
1043 "renderer_host/input/synthetic_smooth_drag_gesture.h", 1043 "renderer_host/input/synthetic_smooth_drag_gesture.h",
1044 "renderer_host/input/synthetic_smooth_move_gesture.cc", 1044 "renderer_host/input/synthetic_smooth_move_gesture.cc",
1045 "renderer_host/input/synthetic_smooth_move_gesture.h", 1045 "renderer_host/input/synthetic_smooth_move_gesture.h",
1046 "renderer_host/input/synthetic_smooth_scroll_gesture.cc", 1046 "renderer_host/input/synthetic_smooth_scroll_gesture.cc",
1047 "renderer_host/input/synthetic_smooth_scroll_gesture.h", 1047 "renderer_host/input/synthetic_smooth_scroll_gesture.h",
1048 "renderer_host/input/synthetic_tap_gesture.cc", 1048 "renderer_host/input/synthetic_tap_gesture.cc",
1049 "renderer_host/input/synthetic_tap_gesture.h", 1049 "renderer_host/input/synthetic_tap_gesture.h",
1050 "renderer_host/input/synthetic_touch_pointer.cc", 1050 "renderer_host/input/synthetic_touch_driver.cc",
1051 "renderer_host/input/synthetic_touch_pointer.h", 1051 "renderer_host/input/synthetic_touch_driver.h",
1052 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc", 1052 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc",
1053 "renderer_host/input/synthetic_touchpad_pinch_gesture.h", 1053 "renderer_host/input/synthetic_touchpad_pinch_gesture.h",
1054 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc", 1054 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc",
1055 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h", 1055 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h",
1056 "renderer_host/input/tap_suppression_controller.cc", 1056 "renderer_host/input/tap_suppression_controller.cc",
1057 "renderer_host/input/tap_suppression_controller.h", 1057 "renderer_host/input/tap_suppression_controller.h",
1058 "renderer_host/input/tap_suppression_controller_client.h", 1058 "renderer_host/input/tap_suppression_controller_client.h",
1059 "renderer_host/input/timeout_monitor.cc", 1059 "renderer_host/input/timeout_monitor.cc",
1060 "renderer_host/input/timeout_monitor.h", 1060 "renderer_host/input/timeout_monitor.h",
1061 "renderer_host/input/touch_action_filter.cc", 1061 "renderer_host/input/touch_action_filter.cc",
(...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 if (!is_component_build) { 1975 if (!is_component_build) {
1976 public_deps = [ 1976 public_deps = [
1977 ":browser", 1977 ":browser",
1978 ] 1978 ]
1979 } else { 1979 } else {
1980 public_deps = [ 1980 public_deps = [
1981 "//third_party/leveldatabase", 1981 "//third_party/leveldatabase",
1982 ] 1982 ]
1983 } 1983 }
1984 } 1984 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698