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

Unified Diff: ui/events/devices/mojo/typemaps.gni

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/touchscreen_device.typemap ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/devices/mojo/typemaps.gni
diff --git a/ui/events/devices/mojo/typemaps.gni b/ui/events/devices/mojo/typemaps.gni
index 996a8a5dc85d1dd28436511a87775779b426b342..7ce719ad8278a60ec9fe324ff9f0329ca6462d4d 100644
--- a/ui/events/devices/mojo/typemaps.gni
+++ b/ui/events/devices/mojo/typemaps.gni
@@ -2,7 +2,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-typemaps = [
- "//ui/events/devices/mojo/input_device.typemap",
- "//ui/events/devices/mojo/touchscreen_device.typemap",
-]
+typemaps = [ "//ui/events/devices/mojo/input_device.typemap" ]
« no previous file with comments | « ui/events/devices/mojo/touchscreen_device.typemap ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698