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

Unified Diff: device/vr/BUILD.gn

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/gamepad/xbox_data_fetcher_mac.mm ('k') | device/vr/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/BUILD.gn
diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
index 552b8c9fbd2fec41c4fbed74d263ac4c254a28e7..97903c48414fd8049fb59c61f39959abaeac99ff 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -78,6 +78,7 @@ component("vr") {
deps += [
"//device/gamepad",
+ "//device/gamepad/public/cpp:shared_with_blink",
"//third_party/WebKit/public:blink_headers",
]
ldflags = [ "-landroid" ]
« no previous file with comments | « device/gamepad/xbox_data_fetcher_mac.mm ('k') | device/vr/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698