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

Unified Diff: content/test/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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 5537adb9736d822a7dccdb07df44e82a4808cf77..b83a095a1876361e7aa25919c0d953a630e3f26b 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -502,6 +502,7 @@ static_library("layouttest_support") {
"//content/renderer:for_content_tests",
"//content/shell/test_runner:test_runner",
"//device/bluetooth",
+ "//device/gamepad/public/cpp:shared_with_blink",
"//device/sensors/public/cpp:full",
"//services/ui/public/cpp/gpu",
"//skia",
@@ -1501,6 +1502,7 @@ test("content_unittests") {
"//device/bluetooth:mocks",
"//device/gamepad",
"//device/gamepad:test_helpers",
+ "//device/gamepad/public/cpp:shared_with_blink",
"//device/sensors/public/cpp:full",
"//device/sensors/public/interfaces",
"//gin",

Powered by Google App Engine
This is Rietveld 408576698