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

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

Issue 2478423002: Rename SyntheticPointer to SyntheticPointerDriver (Closed)
Patch Set: rename Created 4 years, 1 month 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("//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("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 "renderer_host/input/synthetic_gesture.h", 1000 "renderer_host/input/synthetic_gesture.h",
1001 "renderer_host/input/synthetic_gesture_controller.cc", 1001 "renderer_host/input/synthetic_gesture_controller.cc",
1002 "renderer_host/input/synthetic_gesture_controller.h", 1002 "renderer_host/input/synthetic_gesture_controller.h",
1003 "renderer_host/input/synthetic_gesture_target.h", 1003 "renderer_host/input/synthetic_gesture_target.h",
1004 "renderer_host/input/synthetic_gesture_target_aura.cc", 1004 "renderer_host/input/synthetic_gesture_target_aura.cc",
1005 "renderer_host/input/synthetic_gesture_target_aura.h", 1005 "renderer_host/input/synthetic_gesture_target_aura.h",
1006 "renderer_host/input/synthetic_gesture_target_base.cc", 1006 "renderer_host/input/synthetic_gesture_target_base.cc",
1007 "renderer_host/input/synthetic_gesture_target_base.h", 1007 "renderer_host/input/synthetic_gesture_target_base.h",
1008 "renderer_host/input/synthetic_gesture_target_mac.h", 1008 "renderer_host/input/synthetic_gesture_target_mac.h",
1009 "renderer_host/input/synthetic_gesture_target_mac.mm", 1009 "renderer_host/input/synthetic_gesture_target_mac.mm",
1010 "renderer_host/input/synthetic_mouse_pointer.cc", 1010 "renderer_host/input/synthetic_mouse_driver.cc",
1011 "renderer_host/input/synthetic_mouse_pointer.h", 1011 "renderer_host/input/synthetic_mouse_driver.h",
1012 "renderer_host/input/synthetic_pinch_gesture.cc", 1012 "renderer_host/input/synthetic_pinch_gesture.cc",
1013 "renderer_host/input/synthetic_pinch_gesture.h", 1013 "renderer_host/input/synthetic_pinch_gesture.h",
1014 "renderer_host/input/synthetic_pointer.cc",
1015 "renderer_host/input/synthetic_pointer.h",
1016 "renderer_host/input/synthetic_pointer_action.cc", 1014 "renderer_host/input/synthetic_pointer_action.cc",
1017 "renderer_host/input/synthetic_pointer_action.h", 1015 "renderer_host/input/synthetic_pointer_action.h",
1016 "renderer_host/input/synthetic_pointer_driver.cc",
1017 "renderer_host/input/synthetic_pointer_driver.h",
1018 "renderer_host/input/synthetic_smooth_drag_gesture.cc", 1018 "renderer_host/input/synthetic_smooth_drag_gesture.cc",
1019 "renderer_host/input/synthetic_smooth_drag_gesture.h", 1019 "renderer_host/input/synthetic_smooth_drag_gesture.h",
1020 "renderer_host/input/synthetic_smooth_move_gesture.cc", 1020 "renderer_host/input/synthetic_smooth_move_gesture.cc",
1021 "renderer_host/input/synthetic_smooth_move_gesture.h", 1021 "renderer_host/input/synthetic_smooth_move_gesture.h",
1022 "renderer_host/input/synthetic_smooth_scroll_gesture.cc", 1022 "renderer_host/input/synthetic_smooth_scroll_gesture.cc",
1023 "renderer_host/input/synthetic_smooth_scroll_gesture.h", 1023 "renderer_host/input/synthetic_smooth_scroll_gesture.h",
1024 "renderer_host/input/synthetic_tap_gesture.cc", 1024 "renderer_host/input/synthetic_tap_gesture.cc",
1025 "renderer_host/input/synthetic_tap_gesture.h", 1025 "renderer_host/input/synthetic_tap_gesture.h",
1026 "renderer_host/input/synthetic_touch_pointer.cc", 1026 "renderer_host/input/synthetic_touch_driver.cc",
1027 "renderer_host/input/synthetic_touch_pointer.h", 1027 "renderer_host/input/synthetic_touch_driver.h",
1028 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc", 1028 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc",
1029 "renderer_host/input/synthetic_touchpad_pinch_gesture.h", 1029 "renderer_host/input/synthetic_touchpad_pinch_gesture.h",
1030 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc", 1030 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc",
1031 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h", 1031 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h",
1032 "renderer_host/input/tap_suppression_controller.cc", 1032 "renderer_host/input/tap_suppression_controller.cc",
1033 "renderer_host/input/tap_suppression_controller.h", 1033 "renderer_host/input/tap_suppression_controller.h",
1034 "renderer_host/input/tap_suppression_controller_client.h", 1034 "renderer_host/input/tap_suppression_controller_client.h",
1035 "renderer_host/input/timeout_monitor.cc", 1035 "renderer_host/input/timeout_monitor.cc",
1036 "renderer_host/input/timeout_monitor.h", 1036 "renderer_host/input/timeout_monitor.h",
1037 "renderer_host/input/touch_action_filter.cc", 1037 "renderer_host/input/touch_action_filter.cc",
(...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 if (!is_component_build) { 1953 if (!is_component_build) {
1954 public_deps = [ 1954 public_deps = [
1955 ":browser", 1955 ":browser",
1956 ] 1956 ]
1957 } else { 1957 } else {
1958 public_deps = [ 1958 public_deps = [
1959 "//third_party/leveldatabase", 1959 "//third_party/leveldatabase",
1960 ] 1960 ]
1961 } 1961 }
1962 } 1962 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698