| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 0248825a887d7457aff6fdd0a6bfc1b3ec6cfb70..13f33dbb0de03dbb25736d6402d7a6ac8bca23f5 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -1007,14 +1007,14 @@ source_set("browser") {
|
| "renderer_host/input/synthetic_gesture_target_base.h",
|
| "renderer_host/input/synthetic_gesture_target_mac.h",
|
| "renderer_host/input/synthetic_gesture_target_mac.mm",
|
| - "renderer_host/input/synthetic_mouse_pointer.cc",
|
| - "renderer_host/input/synthetic_mouse_pointer.h",
|
| + "renderer_host/input/synthetic_mouse_driver.cc",
|
| + "renderer_host/input/synthetic_mouse_driver.h",
|
| "renderer_host/input/synthetic_pinch_gesture.cc",
|
| "renderer_host/input/synthetic_pinch_gesture.h",
|
| - "renderer_host/input/synthetic_pointer.cc",
|
| - "renderer_host/input/synthetic_pointer.h",
|
| "renderer_host/input/synthetic_pointer_action.cc",
|
| "renderer_host/input/synthetic_pointer_action.h",
|
| + "renderer_host/input/synthetic_pointer_driver.cc",
|
| + "renderer_host/input/synthetic_pointer_driver.h",
|
| "renderer_host/input/synthetic_smooth_drag_gesture.cc",
|
| "renderer_host/input/synthetic_smooth_drag_gesture.h",
|
| "renderer_host/input/synthetic_smooth_move_gesture.cc",
|
| @@ -1023,8 +1023,8 @@ source_set("browser") {
|
| "renderer_host/input/synthetic_smooth_scroll_gesture.h",
|
| "renderer_host/input/synthetic_tap_gesture.cc",
|
| "renderer_host/input/synthetic_tap_gesture.h",
|
| - "renderer_host/input/synthetic_touch_pointer.cc",
|
| - "renderer_host/input/synthetic_touch_pointer.h",
|
| + "renderer_host/input/synthetic_touch_driver.cc",
|
| + "renderer_host/input/synthetic_touch_driver.h",
|
| "renderer_host/input/synthetic_touchpad_pinch_gesture.cc",
|
| "renderer_host/input/synthetic_touchpad_pinch_gesture.h",
|
| "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc",
|
|
|