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

Unified Diff: content/test/BUILD.gn

Issue 2415083002: Move Device Sensors client files from Blink to //device/sensors client lib (Closed)
Patch Set: Rebase Created 3 years, 9 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 | « content/shell/test_runner/web_test_delegate.h ('k') | content/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index bff61e7845c1694a5ab24dc41fc667f442567c6b..115cdeeee16c80b16bf2863e1b1c578f843f3b8a 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -490,6 +490,7 @@ static_library("layouttest_support") {
"//content/renderer:for_content_tests",
"//content/shell/test_runner:test_runner",
"//device/bluetooth",
+ "//device/sensors/public/cpp:full",
"//services/ui/public/cpp/gpu",
"//skia",
"//ui/accessibility:ax_gen",
@@ -725,7 +726,7 @@ test("content_browsertests") {
"//device/power_save_blocker",
"//device/screen_orientation/public/interfaces",
"//device/sensors",
- "//device/sensors/public/cpp",
+ "//device/sensors/public/cpp:full",
"//device/wake_lock",
"//gin",
"//gpu",
@@ -1482,7 +1483,7 @@ test("content_unittests") {
"//device/bluetooth:mocks",
"//device/gamepad",
"//device/gamepad:test_helpers",
- "//device/sensors/public/cpp",
+ "//device/sensors/public/cpp:full",
"//device/sensors/public/interfaces",
"//gin",
"//gpu",
« no previous file with comments | « content/shell/test_runner/web_test_delegate.h ('k') | content/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698