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

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
« no previous file with comments | « no previous file | content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698