| Index: device/vibration/BUILD.gn
|
| diff --git a/device/vibration/BUILD.gn b/device/vibration/BUILD.gn
|
| index ed046c24a2f3546d2144621821753b6cee5e86b0..7b62bfca8f90f963158a164c72a4e393f8928dd2 100644
|
| --- a/device/vibration/BUILD.gn
|
| +++ b/device/vibration/BUILD.gn
|
| @@ -21,8 +21,8 @@ component("vibration") {
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| "//mojo/environment:chromium",
|
| - "//third_party/mojo/src/mojo/public/cpp/bindings",
|
| "//third_party/mojo/src/mojo/edk/system",
|
| + "//third_party/mojo/src/mojo/public/cpp/bindings",
|
| ]
|
|
|
| if (is_android) {
|
|
|