| Index: device/vibration/BUILD.gn
|
| diff --git a/device/vibration/BUILD.gn b/device/vibration/BUILD.gn
|
| index ed046c24a2f3546d2144621821753b6cee5e86b0..0f54123424a22028045eb5167651926b40834ac3 100644
|
| --- a/device/vibration/BUILD.gn
|
| +++ b/device/vibration/BUILD.gn
|
| @@ -3,7 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/features.gni")
|
| -import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
|
| +import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| component("vibration") {
|
| output_name = "device_vibration"
|
| @@ -21,7 +21,7 @@ component("vibration") {
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| "//mojo/environment:chromium",
|
| - "//third_party/mojo/src/mojo/public/cpp/bindings",
|
| + "//mojo/public/cpp/bindings",
|
| "//third_party/mojo/src/mojo/edk/system",
|
| ]
|
|
|
|
|