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

Unified Diff: content/browser/BUILD.gn

Issue 2690323002: Make Interaction Media Features MQ dynamic on Windows. (Closed)
Patch Set: Rebased Created 3 years, 9 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 9e3a53a3141d0a6903788e9d30c763e6764ce9ba..5c3056d2c47d14da4d2d21e19e16e6552728a134 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -148,6 +148,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