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

Unified Diff: content/browser/BUILD.gn

Issue 2690323002: Make Interaction Media Features MQ dynamic on Windows. (Closed)
Patch Set: Added test Created 3 years, 8 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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 142d0e9c800770a3a5dc05fe45c37212afca7e9a..0a2db7b03e71a7e077d6f4e9499f50c82b0824d9 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -144,6 +144,7 @@ source_set("browser") {
"//ui/events",
"//ui/events:gesture_detection",
"//ui/events/blink",
+ "//ui/events/devices",
"//ui/gfx",
"//ui/gfx/animation",
"//ui/gfx/geometry",
@@ -1057,6 +1058,8 @@ source_set("browser") {
"renderer_host/input/gesture_event_queue.cc",
"renderer_host/input/gesture_event_queue.h",
"renderer_host/input/input_ack_handler.h",
+ "renderer_host/input/input_device_change_observer.cc",
+ "renderer_host/input/input_device_change_observer.h",
"renderer_host/input/input_router.h",
"renderer_host/input/input_router_client.h",
"renderer_host/input/input_router_config_helper.cc",

Powered by Google App Engine
This is Rietveld 408576698