| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 03646fa11c1730a6d6f7ee98c5e79bd9dae208fb..a883c66a82825e73086698caca36d45b34860668 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -1001,14 +1001,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",
|
| @@ -1017,8 +1017,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",
|
|
|