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

Unified Diff: content/test/BUILD.gn

Issue 2592243002: Perform direct routing of mouse events when the pointer is locked. (Closed)
Patch Set: transform event, add tests Created 3 years, 10 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 9e50766e377bb4c28473e1dbc2be95d2d68b4b9e..10422da6a41728e1734bf7ec5e89ce14acb29ff9 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -623,6 +623,9 @@ test("content_browsertests") {
"../browser/mojo_sandbox_browsertest.cc",
"../browser/net_info_browsertest.cc",
"../browser/payments/payment_app_browsertest.cc",
+ "../browser/pointer_lock_browsertest.cc",
+ "../browser/pointer_lock_browsertest.h",
+ "../browser/pointer_lock_browsertest_mac.mm",
"../browser/presentation/presentation_browsertest.cc",
"../browser/renderer_host/input/composited_scrolling_browsertest.cc",
"../browser/renderer_host/input/main_thread_event_queue_browsertest.cc",

Powered by Google App Engine
This is Rietveld 408576698