summaryrefslogtreecommitdiff
path: root/chromium/ui/events/devices/mojo/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/events/devices/mojo/BUILD.gn')
-rw-r--r--chromium/ui/events/devices/mojo/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/ui/events/devices/mojo/BUILD.gn b/chromium/ui/events/devices/mojo/BUILD.gn
index fe65d7d1973..ee7bc482818 100644
--- a/chromium/ui/events/devices/mojo/BUILD.gn
+++ b/chromium/ui/events/devices/mojo/BUILD.gn
@@ -7,10 +7,12 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("mojo") {
sources = [
"input_devices.mojom",
+ "touch_device_transform.mojom",
]
public_deps = [
"//ui/gfx/geometry/mojo",
+ "//ui/gfx/mojo",
]
}