| Index: device/battery/BUILD.gn
|
| diff --git a/device/battery/BUILD.gn b/device/battery/BUILD.gn
|
| index 6eab81342c5bb1fe619d4b874627140ad3bdac55..17cd64d8ce436418d4c6288717fe174bb188f0c3 100644
|
| --- a/device/battery/BUILD.gn
|
| +++ b/device/battery/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")
|
|
|
| # On android, BatteryManager mojo service is implemented directly in Java.
|
| if (!is_android) {
|
| @@ -32,7 +32,7 @@ if (!is_android) {
|
| "//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",
|
| ]
|
|
|
|
|