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

Unified Diff: third_party/WebKit/Source/modules/gamepad/DEPS

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
Index: third_party/WebKit/Source/modules/gamepad/DEPS
diff --git a/third_party/WebKit/Source/modules/gamepad/DEPS b/third_party/WebKit/Source/modules/gamepad/DEPS
index c54ef3ee39fea2f37553b480f912ec4aad5ebb1c..c1ba0f049b30acd943e1776a63376ac5d69ffcf9 100644
--- a/third_party/WebKit/Source/modules/gamepad/DEPS
+++ b/third_party/WebKit/Source/modules/gamepad/DEPS
@@ -1,4 +1,9 @@
include_rules = [
+ # NOTE: These files are POD structs used to interpret shared memory across
+ # the Device Gamepad implementation and the Blink client.
+ "+device/gamepad/public/cpp/gamepad.h",
+ "+device/gamepad/public/cpp/gamepads.h",
+
"-modules",
"+modules/EventModules.h",
"+modules/ModulesExport.h",
« no previous file with comments | « third_party/WebKit/Source/modules/gamepad/BUILD.gn ('k') | third_party/WebKit/Source/modules/gamepad/Gamepad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698