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

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

Issue 2808093006: [Device Service] Move Gamepad Blink headers to be part of the Gamepad client library (Closed)
Patch Set: clean up code 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/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/gamepad/BUILD.gn b/third_party/WebKit/Source/modules/gamepad/BUILD.gn
index 4062bd6c43cd673476b104421709a8913a508d6b..027b327de8806767a01d70bd434a352af16e2257 100644
--- a/third_party/WebKit/Source/modules/gamepad/BUILD.gn
+++ b/third_party/WebKit/Source/modules/gamepad/BUILD.gn
@@ -21,4 +21,8 @@ blink_modules_sources("gamepad") {
"NavigatorGamepad.cpp",
"NavigatorGamepad.h",
]
+
+ deps = [
+ "//device/gamepad/public/cpp:shared_with_blink",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698