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

Unified Diff: content/test/BUILD.gn

Issue 2819273006: Move //device/sensor impl to be part of the internal implemenation of the Device Service. (Closed)
Patch Set: Move //device/sensor impl to be part of the internal implemenation of the Device Service 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 | « content/shell/test_runner/test_runner_for_specific_view.cc ('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 8945ea185859a35028fc0862e644f83ef753114b..62e74d2a2645320cf6e1c90ac06eaefb203206ae 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -492,7 +492,7 @@ static_library("layouttest_support") {
"//content/shell/test_runner:test_runner",
"//device/bluetooth",
"//device/gamepad/public/cpp:shared_with_blink",
- "//device/sensors/public/cpp:full",
+ "//services/device/public/cpp/sensors:full",
"//services/ui/public/cpp/gpu",
"//skia",
"//ui/accessibility:ax_gen",
@@ -1474,8 +1474,6 @@ test("content_unittests") {
"//device/gamepad",
"//device/gamepad:test_helpers",
"//device/gamepad/public/cpp:shared_with_blink",
- "//device/sensors/public/cpp:full",
- "//device/sensors/public/interfaces",
"//gin",
"//gpu",
"//gpu:test_support",
@@ -1498,6 +1496,8 @@ test("content_unittests") {
"//ppapi/features",
"//printing",
"//services/catalog:lib",
+ "//services/device/public/cpp/sensors:full",
+ "//services/device/public/interfaces",
"//services/device/public/interfaces:constants",
"//services/file:lib",
"//services/file/public/interfaces",
« no previous file with comments | « content/shell/test_runner/test_runner_for_specific_view.cc ('k') | content/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698