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

Unified Diff: device/battery/android/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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 | « device/battery/BUILD.gn ('k') | device/battery/battery_monitor_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/battery/android/BUILD.gn
diff --git a/device/battery/android/BUILD.gn b/device/battery/android/BUILD.gn
index 503a10c5f32db98d28c8169da6ded9ff82c5d23b..997c9b4d0df1a9ecd00950aff6d082020b47a55f 100644
--- a/device/battery/android/BUILD.gn
+++ b/device/battery/android/BUILD.gn
@@ -15,8 +15,8 @@ android_library("battery_monitor_android") {
deps = [
"//base:base_java",
"//device/battery:mojo_bindings_java",
+ "//mojo/public/java:bindings",
+ "//mojo/public/java:system",
"//third_party/jsr-305:jsr_305_javalib",
- "//third_party/mojo/src/mojo/public/java:bindings",
- "//third_party/mojo/src/mojo/public/java:system",
]
}
« no previous file with comments | « device/battery/BUILD.gn ('k') | device/battery/battery_monitor_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698