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

Side by Side Diff: third_party/WebKit/Source/modules/gamepad/DEPS

Issue 2580693003: Decouple GamepadSharedMemory into Blink.
Patch Set: add typemapping, non-copyable Created 4 years 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 "+bindings", 2 "+bindings",
3 "+core", 3 "+core",
4 "+device/base/synchronization/shared_memory_seqlock_buffer.h",
5 "+device/gamepad/public/interfaces/gamepad.mojom-blink.h",
4 "-modules", 6 "-modules",
5 "+modules/EventModules.h", 7 "+modules/EventModules.h",
6 "+modules/ModulesExport.h", 8 "+modules/ModulesExport.h",
7 "+modules/gamepad", 9 "+modules/gamepad",
10 "+mojo/public/cpp/bindings/binding.h",
11 "+mojo/public/cpp/system/buffer.h",
8 "+platform", 12 "+platform",
9 "+public/platform", 13 "+public/platform",
10 "-web", 14 "-web",
11 ] 15 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/gamepad/BUILD.gn ('k') | third_party/WebKit/Source/modules/gamepad/GamepadDispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698