| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 61b2c7541ea6a16019c31db6eaf0a0183e254944..781bb59f66be88d56e52e6f97acd5c61f7c78f37 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -891,7 +891,7 @@
|
| 'interfaces/proxy_resolver_service.mojom',
|
| ],
|
| 'includes': [
|
| - '../third_party/mojo/mojom_bindings_generator.gypi',
|
| + '../mojo/mojom_bindings_generator.gypi',
|
| ],
|
| },
|
| {
|
| @@ -916,7 +916,7 @@
|
| '../mojo/mojo_base.gyp:mojo_common_lib',
|
| '../mojo/mojo_base.gyp:mojo_environment_chromium',
|
| '../mojo/mojo_base.gyp:mojo_url_type_converters',
|
| - '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
|
|
| # NOTE(amistry): As long as we support in-process Mojo v8 PAC, we
|
| # need this dependency since in_process_mojo_proxy_resolver_factory
|
| @@ -944,7 +944,7 @@
|
| 'net_interfaces',
|
| 'net_with_v8',
|
| '../mojo/mojo_base.gyp:mojo_url_type_converters',
|
| - '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| ],
|
| },
|
| {
|
| @@ -960,7 +960,7 @@
|
| 'dependencies': [
|
| 'net',
|
| 'net_interfaces',
|
| - '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| ],
|
| },
|
| ],
|
|
|