Index: device/vibration/BUILD.gn |
diff --git a/device/vibration/BUILD.gn b/device/vibration/BUILD.gn |
index 867e87f0b76bd58aed30646c7e252180762d4ef6..d2de6ab8ba8167116a732b4c4d2e7304817ab769 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("//mojo/public/tools/bindings/mojom.gni") |
+import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
component("vibration") { |
output_name = "device_vibration" |
@@ -23,8 +23,8 @@ component("vibration") { |
"//base", |
"//base/third_party/dynamic_annotations", |
"//mojo/environment:chromium", |
- "//mojo/public/cpp/bindings", |
- "//mojo/edk/system", |
+ "//third_party/mojo/src/mojo/public/cpp/bindings", |
+ "//third_party/mojo/src/mojo/edk/system", |
] |
if (is_android) { |