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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # NOTE: These files are POD structs used to interpret shared memory across
3 # the Device Gamepad implementation and the Blink client.
4 "+device/gamepad/public/cpp/gamepad.h",
5 "+device/gamepad/public/cpp/gamepads.h",
6
2 "-modules", 7 "-modules",
3 "+modules/EventModules.h", 8 "+modules/EventModules.h",
4 "+modules/ModulesExport.h", 9 "+modules/ModulesExport.h",
5 "+modules/gamepad", 10 "+modules/gamepad",
6 ] 11 ]
OLDNEW
« 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