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

Unified Diff: device/gamepad/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/BUILD.gn ('k') | device/gamepad/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/gamepad/BUILD.gn
diff --git a/device/gamepad/BUILD.gn b/device/gamepad/BUILD.gn
index f96347349823f510eedc7e947a9a401503cbc6da..2cbc2e5c139880475095351b342d2796e0a36ce9 100644
--- a/device/gamepad/BUILD.gn
+++ b/device/gamepad/BUILD.gn
@@ -60,6 +60,7 @@ component("gamepad") {
"//base",
"//base/third_party/dynamic_annotations",
"//device/base/synchronization",
+ "//device/gamepad/public/cpp:shared_with_blink",
"//device/gamepad/public/interfaces",
"//mojo/public/cpp/system",
"//third_party/WebKit/public:blink_headers",
@@ -104,6 +105,7 @@ static_library("test_helpers") {
public_deps = [
":gamepad",
"//base",
+ "//device/gamepad/public/cpp:shared_with_blink",
"//third_party/WebKit/public:blink_headers",
]
}
« no previous file with comments | « device/BUILD.gn ('k') | device/gamepad/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698