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

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

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | « device/battery/BUILD.gn ('k') | device/battery/battery.gyp » ('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 ea4d5cc84bd146059049a58bdc9bbaa2b7de7ae3..b156122b841a5816e2d646dfe8f96389b35b2b0b 100644
--- a/device/battery/android/BUILD.gn
+++ b/device/battery/android/BUILD.gn
@@ -15,7 +15,7 @@ android_library("battery_monitor_android") {
deps = [
"//base:base_java",
"//device/battery:mojo_bindings_java",
- "//mojo/public/java:bindings",
- "//mojo/public/java:system",
+ "//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.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698