| Index: device/battery/battery.gyp
|
| diff --git a/device/battery/battery.gyp b/device/battery/battery.gyp
|
| index 5c2a4c67e33afa214b8f527af4e6b393990c6296..f8bbb1975412acbdde31684dd220fa613e2e20e7 100644
|
| --- a/device/battery/battery.gyp
|
| +++ b/device/battery/battery.gyp
|
| @@ -12,7 +12,7 @@
|
| 'target_name': 'device_battery_mojo_bindings',
|
| 'type': 'static_library',
|
| 'includes': [
|
| - '../../mojo/public/tools/bindings/mojom_bindings_generator.gypi',
|
| + '../../mojo/mojom_bindings_generator.gypi',
|
| ],
|
| 'sources': [
|
| 'battery_monitor.mojom',
|
| @@ -26,9 +26,9 @@
|
| 'dependencies': [
|
| '../../base/base.gyp:base',
|
| '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| - '../../mojo/edk/mojo_edk.gyp:mojo_system_impl',
|
| '../../mojo/mojo_base.gyp:mojo_environment_chromium',
|
| - '../../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../../mojo/mojo_edk.gyp:mojo_system_impl',
|
| + '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| 'device_battery_mojo_bindings',
|
| ],
|
| 'defines': [
|
|
|