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

Unified Diff: ui/events/devices/mojo/touchscreen_device.typemap

Issue 2069823004: Fix InputDevice StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_device
Patch Set: Run gn format. Created 4 years, 6 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 | « ui/events/devices/mojo/input_device_struct_traits.cc ('k') | ui/events/devices/mojo/typemaps.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/devices/mojo/touchscreen_device.typemap
diff --git a/ui/events/devices/mojo/touchscreen_device.typemap b/ui/events/devices/mojo/touchscreen_device.typemap
deleted file mode 100644
index 589312f52265b18f4e9fa4da4c08e9e1462088f6..0000000000000000000000000000000000000000
--- a/ui/events/devices/mojo/touchscreen_device.typemap
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-mojom = "//ui/events/devices/mojo/input_devices.mojom"
-public_headers = [ "//ui/events/devices/touchscreen_device.h" ]
-traits_headers = [
- "//ui/events/devices/mojo/input_device_struct_traits.h"
- ]
-public_deps = [
- "//ui/events/devices",
-]
-deps = [
- "//ui/gfx/geometry",
-]
-type_mappings = [ "ui.mojom.TouchscreenDevice=ui::TouchscreenDevice" ]
« no previous file with comments | « ui/events/devices/mojo/input_device_struct_traits.cc ('k') | ui/events/devices/mojo/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698