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

Unified Diff: content/test/BUILD.gn

Issue 2592243002: Perform direct routing of mouse events when the pointer is locked. (Closed)
Patch Set: addressing comments 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
« no previous file with comments | « content/browser/web_contents/web_contents_view_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 9e50766e377bb4c28473e1dbc2be95d2d68b4b9e..7898461df4512b702683bfa2f269735d7b0ebff5 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",
@@ -833,6 +836,8 @@ test("content_browsertests") {
sources -= [
"../browser/battery_status/battery_monitor_impl_browsertest.cc",
"../browser/media/session/audio_focus_delegate_default_browsertest.cc",
+ "../browser/pointer_lock_browsertest.cc",
+ "../browser/pointer_lock_browsertest.h",
]
deps += [
":content_browsertests_java",
« no previous file with comments | « content/browser/web_contents/web_contents_view_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698