| Index: content/content_common_mojo_bindings.gypi
|
| diff --git a/content/content_common_mojo_bindings.gypi b/content/content_common_mojo_bindings.gypi
|
| index 97c36ac8d3f09e50955ce2d0acd88417d08c70a2..96b8006502d0909755fb704e00a46b2eb33c3069 100644
|
| --- a/content/content_common_mojo_bindings.gypi
|
| +++ b/content/content_common_mojo_bindings.gypi
|
| @@ -10,7 +10,7 @@
|
| 'dependencies': [
|
| '../mojo/mojo.gyp:mojo_cpp_bindings',
|
| '../mojo/mojo.gyp:mojo_environment_chromium',
|
| - '../mojo/mojo.gyp:mojo_interface_provider_bindings'
|
| + '../mojo/mojo.gyp:mojo_service_provider_bindings'
|
| ],
|
| 'sources': [
|
| 'common/render_frame_setup.mojom',
|
| @@ -19,7 +19,7 @@
|
| 'export_dependent_settings': [
|
| '../mojo/mojo.gyp:mojo_cpp_bindings',
|
| '../mojo/mojo.gyp:mojo_environment_chromium',
|
| - '../mojo/mojo.gyp:mojo_interface_provider_bindings'
|
| + '../mojo/mojo.gyp:mojo_service_provider_bindings'
|
| ],
|
| },
|
| ],
|
|
|