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

Unified Diff: device/gamepad/public/interfaces/gamepad.typemap

Issue 2808093006: [Device Service] Move Gamepad Blink headers to be part of the Gamepad client library (Closed)
Patch Set: rebase and address comments 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
« no previous file with comments | « device/gamepad/public/interfaces/OWNERS ('k') | device/gamepad/public/interfaces/gamepad_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/gamepad/public/interfaces/gamepad.typemap
diff --git a/device/gamepad/public/interfaces/gamepad.typemap b/device/gamepad/public/interfaces/gamepad.typemap
index 531b5d0027fc483daf45c4b84ddefffa89c84cc8..81850d6086e7e094cf36f847f0512cdcf054f18d 100644
--- a/device/gamepad/public/interfaces/gamepad.typemap
+++ b/device/gamepad/public/interfaces/gamepad.typemap
@@ -3,7 +3,7 @@
# found in the LICENSE file.
mojom = "//device/gamepad/public/interfaces/gamepad.mojom"
-public_headers = [ "//third_party/WebKit/public/platform/WebGamepad.h" ]
+public_headers = [ "//device/gamepad/public/cpp/gamepad.h" ]
traits_headers =
[ "//device/gamepad/public/interfaces/gamepad_struct_traits.h" ]
sources = [
@@ -15,10 +15,10 @@ deps = [
]
type_mappings = [
- "device.mojom.Gamepad=blink::WebGamepad",
- "device.mojom.GamepadButton=blink::WebGamepadButton",
- "device.mojom.GamepadHand=blink::WebGamepadHand",
- "device.mojom.GamepadPose=blink::WebGamepadPose[nullable_is_same_type]",
- "device.mojom.GamepadQuaternion=blink::WebGamepadQuaternion[nullable_is_same_type]",
- "device.mojom.GamepadVector=blink::WebGamepadVector[nullable_is_same_type]",
+ "device.mojom.Gamepad=device::Gamepad",
+ "device.mojom.GamepadButton=device::GamepadButton",
+ "device.mojom.GamepadHand=device::GamepadHand",
+ "device.mojom.GamepadPose=device::GamepadPose[nullable_is_same_type]",
+ "device.mojom.GamepadQuaternion=device::GamepadQuaternion[nullable_is_same_type]",
+ "device.mojom.GamepadVector=device::GamepadVector[nullable_is_same_type]",
]
« no previous file with comments | « device/gamepad/public/interfaces/OWNERS ('k') | device/gamepad/public/interfaces/gamepad_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698