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

Unified Diff: content/browser/BUILD.gn

Issue 2690323002: Make Interaction Media Features MQ dynamic on Windows. (Closed)
Patch Set: Nit fix 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 de0801fcf57ac1ecb60c0b6c7d89c0a38c73c9be..69a79e1daf6be7152d76ccad41807081bcbd578d 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -145,6 +145,7 @@ source_set("browser") {
"//ui/events",
"//ui/events:gesture_detection",
"//ui/events/blink",
+ "//ui/events/devices",
"//ui/gfx",
"//ui/gfx/animation",
"//ui/gfx/geometry",
@@ -1058,6 +1059,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