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

Unified Diff: content/public/android/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/app/android/library_loader_hooks.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index 434d3f1d5dd69c93ff7e43fd1cf75f6c8ef4132b..eabec72dc0a5c751cb0eecd84a45cd6f32faa473 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -40,7 +40,6 @@ android_library("content_java") {
"//device/nfc:mojo_bindings_java",
"//device/nfc/android:java",
"//device/power_save_blocker:java",
- "//device/sensors:java",
"//device/usb:java",
"//media/base/android:media_java",
"//media/capture/content/android:screen_capture_java",
@@ -392,6 +391,7 @@ android_library("content_javatests") {
"//mojo/public/java:system_java",
"//net/android:net_java",
"//net/android:net_java_test_support",
+ "//services/device/sensors:javatest",
"//third_party/android_support_test_runner:rules_java",
"//third_party/android_support_test_runner:runner_java",
"//third_party/junit",
« no previous file with comments | « content/app/android/library_loader_hooks.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698