Index: device/battery/battery.gyp |
diff --git a/device/battery/battery.gyp b/device/battery/battery.gyp |
index 679630f1497736bc58ea3ddaa1b09e47a768d2cf..18a67ae201d6902f24fa365bd06e945bed532955 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': [ |
- '../../third_party/mojo/mojom_bindings_generator.gypi', |
+ '../../mojo/mojom_bindings_generator.gypi', |
], |
'sources': [ |
'battery_monitor.mojom', |
@@ -57,7 +57,7 @@ |
'type': 'none', |
'dependencies': [ |
'../../base/base.gyp:base', |
- '../../third_party/mojo/mojo_public.gyp:mojo_bindings_java', |
+ '../../mojo/mojo_public.gyp:mojo_bindings_java', |
'device_battery_mojo_bindings', |
], |
'variables': { |
@@ -91,7 +91,7 @@ |
'../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
'../../mojo/mojo_base.gyp:mojo_environment_chromium', |
'../../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
- '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
+ '../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
'device_battery_mojo_bindings', |
], |
'defines': [ |