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

Unified 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 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 106c05becd397b6fb41896cdd7915a1a2c14093b..38f6435fddff825e12aef45203aeeae29df373d3 100644
--- a/third_party/WebKit/Source/modules/gamepad/DEPS
+++ b/third_party/WebKit/Source/modules/gamepad/DEPS
@@ -1,10 +1,14 @@
include_rules = [
"+bindings",
"+core",
+ "+device/base/synchronization/shared_memory_seqlock_buffer.h",
+ "+device/gamepad/public/interfaces/gamepad.mojom-blink.h",
"-modules",
"+modules/EventModules.h",
"+modules/ModulesExport.h",
"+modules/gamepad",
+ "+mojo/public/cpp/bindings/binding.h",
+ "+mojo/public/cpp/system/buffer.h",
"+platform",
"+public/platform",
"-web",
« 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