| Index: device/battery/BUILD.gn
|
| diff --git a/device/battery/BUILD.gn b/device/battery/BUILD.gn
|
| index e3afef718bcf3d3fbab41e2e2c4ea6764ecd13ce..6eaaae7d68b850f5a265bc575e372ee2c4c3cc9c 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("//mojo/public/tools/bindings/mojom.gni")
|
| +import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
|
|
|
| component("battery") {
|
| output_name = "device_battery"
|
| @@ -30,8 +30,8 @@ component("battery") {
|
| "//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_chromeos) {
|
|
|