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

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
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 3a3339942f11e3a84ba8980c4b1987e7bf79457f..917a2c909d0cf1803aea09dcf7e14cb932f20ef2 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -56,9 +56,9 @@ if (is_android) {
deps = [
"//base:base_java",
"//base:base_java_test_support",
- "//device/generic_sensor:java",
- "//device/generic_sensor/public/interfaces:interfaces_java",
"//mojo/public/java:bindings_java",
+ "//services/device/generic_sensor:java",
+ "//services/device/public/interfaces:generic_sensor_java",
"//third_party/android_tools:android_support_annotations_java",
]
}

Powered by Google App Engine
This is Rietveld 408576698