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

Unified Diff: third_party/WebKit/Source/modules/gamepad/BUILD.gn

Issue 2300543003: Added Pose attribute to Gamepad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gamepad_touched
Patch Set: Rebase Created 4 years, 3 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 | « ppapi/shared_impl/ppb_gamepad_shared.h ('k') | third_party/WebKit/Source/modules/gamepad/Gamepad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/gamepad/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/gamepad/BUILD.gn b/third_party/WebKit/Source/modules/gamepad/BUILD.gn
index b9396ab3c2d070145f049e9aad75170eed4c3005..4062bd6c43cd673476b104421709a8913a508d6b 100644
--- a/third_party/WebKit/Source/modules/gamepad/BUILD.gn
+++ b/third_party/WebKit/Source/modules/gamepad/BUILD.gn
@@ -16,6 +16,8 @@ blink_modules_sources("gamepad") {
"GamepadEvent.h",
"GamepadList.cpp",
"GamepadList.h",
+ "GamepadPose.cpp",
+ "GamepadPose.h",
"NavigatorGamepad.cpp",
"NavigatorGamepad.h",
]
« no previous file with comments | « ppapi/shared_impl/ppb_gamepad_shared.h ('k') | third_party/WebKit/Source/modules/gamepad/Gamepad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698