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

Unified Diff: services/BUILD.gn

Issue 2865263002: Move //device/generic_sensor to be part of the internal implementation of the Device Service. (Closed)
Patch Set: code rebase Created 3 years, 7 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 | « mojo/public/tools/bindings/chromium_bindings_configuration.gni ('k') | services/device/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 3c46a9409ef860ce180fa71a9d87dd8e40087c34..342fafd3ac5527c771656d34b4f7f273e66a1cf5 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -71,10 +71,10 @@ if (is_android) {
"$google_play_services_package:google_play_services_vision_java",
"//base:base_java",
"//base:base_java_test_support",
- "//device/generic_sensor:java",
- "//device/generic_sensor/public/interfaces:interfaces_java",
"//mojo/public/java:bindings_java",
"//mojo/public/java:system_java",
+ "//services/device/generic_sensor:java",
+ "//services/device/public/interfaces:generic_sensor_java",
"//services/shape_detection:shape_detection_java",
"//third_party/android_tools:android_support_annotations_java",
]
« no previous file with comments | « mojo/public/tools/bindings/chromium_bindings_configuration.gni ('k') | services/device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698