| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 02380e6420a34bdb8fc2730592954882efafdfa1..e38e22be3289075203020f5d1358d909e5312d70 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -1031,14 +1031,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",
|
| @@ -1047,8 +1047,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",
|
|
|