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

Unified Diff: device/vibration/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/vibration/android/BUILD.gn
diff --git a/device/vibration/android/BUILD.gn b/device/vibration/android/BUILD.gn
index f7640af353284e75345e943766e346cc9299f4d5..4853ead7700cbe870859fac9abc700da8dcf0834 100644
--- a/device/vibration/android/BUILD.gn
+++ b/device/vibration/android/BUILD.gn
@@ -12,7 +12,7 @@ android_library("vibration_manager_android") {
deps = [
"//base:base_java",
"//device/vibration:mojo_bindings_java",
- "//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