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

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
Index: device/battery/android/BUILD.gn
diff --git a/device/battery/android/BUILD.gn b/device/battery/android/BUILD.gn
index 503a10c5f32db98d28c8169da6ded9ff82c5d23b..78b460ecdebcb389b5560a2c8f89a55cd2fea726 100644
--- a/device/battery/android/BUILD.gn
+++ b/device/battery/android/BUILD.gn
@@ -16,7 +16,7 @@ android_library("battery_monitor_android") {
"//base:base_java",
"//device/battery:mojo_bindings_java",
"//third_party/jsr-305:jsr_305_javalib",
- "//third_party/mojo/src/mojo/public/java:bindings",
- "//third_party/mojo/src/mojo/public/java:system",
+ "//mojo/public/java:bindings",
+ "//mojo/public/java:system",
]
}

Powered by Google App Engine
This is Rietveld 408576698