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

Unified Diff: content/browser/BUILD.gn

Issue 2633233002: Add the pointer type of pen to the synthetic WebMousEvent (Closed)
Patch Set: Make disallow copy private Created 3 years, 11 months 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_target_aura.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 826786abb707a986b1f58782d42d0b5e4a14d56e..9a48ea38ecabad4f7cc376ae228ceeff11126547 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1056,6 +1056,8 @@ source_set("browser") {
"renderer_host/input/synthetic_gesture_target_mac.mm",
"renderer_host/input/synthetic_mouse_driver.cc",
"renderer_host/input/synthetic_mouse_driver.h",
+ "renderer_host/input/synthetic_pen_driver.cc",
+ "renderer_host/input/synthetic_pen_driver.h",
"renderer_host/input/synthetic_pinch_gesture.cc",
"renderer_host/input/synthetic_pinch_gesture.h",
"renderer_host/input/synthetic_pointer_action.cc",
« no previous file with comments | « no previous file | content/browser/renderer_host/input/synthetic_gesture_target_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698