| 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",
|
| ]
|
| }
|
|
|