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

Unified 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 side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698