| Index: components/data_reduction_proxy.gypi
|
| diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
|
| index 5cd2834ae754654acc48aae925b5c4db865ecc9b..ec2bb0ff1c865eeff0811cccd85108b18d34c47b 100644
|
| --- a/components/data_reduction_proxy.gypi
|
| +++ b/components/data_reduction_proxy.gypi
|
| @@ -5,6 +5,28 @@
|
|
|
| {
|
| 'targets': [
|
| + {
|
| + # GN Version: //components/data_reduction_proxy/content
|
| + 'target_name': 'data_reduction_proxy_content',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + '../content/content.gyp:content_browser',
|
| + '../skia/skia.gyp:skia',
|
| + ],
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'sources': [
|
| + # Note: sources list duplicated in GN build.
|
| + 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.cc',
|
| + 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle.h',
|
| + 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager.cc',
|
| + 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager.h',
|
| + 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_service.cc',
|
| + 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_service.h',
|
| + ],
|
| + },
|
| {
|
| # GN version: //components/data_reduction_proxy/core/browser
|
| 'target_name': 'data_reduction_proxy_core_browser',
|
| @@ -36,6 +58,7 @@
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.h',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h',
|
| + "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service_core.h",
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc',
|
| @@ -94,6 +117,7 @@
|
| '../net/net.gyp:net_test_support',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| + 'data_reduction_proxy_content',
|
| 'data_reduction_proxy_core_browser',
|
| 'data_reduction_proxy_core_common',
|
| ],
|
|
|