| Index: components/data_reduction_proxy.gypi
|
| diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
|
| index f97bbde1cc4d3154e4e8f8c8221276ead204f578..ce09e039c0ed2d7b0f64b89c71de8c74c7c622f9 100644
|
| --- a/components/data_reduction_proxy.gypi
|
| +++ b/components/data_reduction_proxy.gypi
|
| @@ -119,17 +119,21 @@
|
| # GN version: //components/data_reduction_proxy/content/common
|
| 'target_name': 'data_reduction_proxy_content_common',
|
| 'type': 'static_library',
|
| - 'dependencies': [
|
| - '../content/content.gyp:content_common',
|
| - '../ipc/ipc.gyp:ipc',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| 'sources': [
|
| - 'data_reduction_proxy/content/common/data_reduction_proxy_messages.cc',
|
| - 'data_reduction_proxy/content/common/data_reduction_proxy_messages.h',
|
| + 'data_reduction_proxy/content/common/data_reduction_proxy.mojom',
|
| + ],
|
| + 'dependencies': [
|
| + '../net/net.gyp:net_base_mojo_bindings',
|
| ],
|
| + 'export_dependent_settings': [
|
| + '../net/net.gyp:net_base_mojo_bindings',
|
| + ],
|
| + 'variables': {
|
| + 'mojom_typemaps': [
|
| + '<(DEPTH)/net/base/mojo/net_base.typemap',
|
| + ],
|
| + },
|
| + 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
|
| },
|
| {
|
| # GN version: //components/data_reduction_proxy/content/browser
|
| @@ -137,7 +141,6 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../content/content.gyp:content_common',
|
| - '../ipc/ipc.gyp:ipc',
|
| '../skia/skia.gyp:skia',
|
| 'data_reduction_proxy_content_common',
|
| ],
|
| @@ -149,8 +152,8 @@
|
| 'data_reduction_proxy/content/browser/content_lofi_ui_service.h',
|
| 'data_reduction_proxy/content/browser/content_lofi_decider.cc',
|
| 'data_reduction_proxy/content/browser/content_lofi_decider.h',
|
| - 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter.cc',
|
| - 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filter.h',
|
| + 'data_reduction_proxy/content/browser/data_reduction_proxy_host_impl.cc',
|
| + 'data_reduction_proxy/content/browser/data_reduction_proxy_host_impl.h',
|
| ],
|
| },
|
| ],
|
|
|