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

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

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/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/gamepad/BUILD.gn b/third_party/WebKit/Source/modules/gamepad/BUILD.gn
index 4062bd6c43cd673476b104421709a8913a508d6b..1cad050f53af7a3052fe57ec35e0e01ccfe3d442 100644
--- a/third_party/WebKit/Source/modules/gamepad/BUILD.gn
+++ b/third_party/WebKit/Source/modules/gamepad/BUILD.gn
@@ -18,7 +18,13 @@ blink_modules_sources("gamepad") {
"GamepadList.h",
"GamepadPose.cpp",
"GamepadPose.h",
+ "GamepadSharedMemoryReader.cpp",
+ "GamepadSharedMemoryReader.h",
"NavigatorGamepad.cpp",
"NavigatorGamepad.h",
]
+ deps = [
+ "//device/base/synchronization",
+ "//device/gamepad/public/interfaces:interfaces_blink",
+ ]
}
« no previous file with comments | « mojo/public/tools/bindings/blink_bindings_configuration.gni ('k') | third_party/WebKit/Source/modules/gamepad/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698