Index: components/data_reduction_proxy.gypi |
diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi |
index bf7e67203d8e4519d8a022988a2d20c842b07bde..ada0030d97cc9c823233d48aacae4f7f6e3406d7 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/data_reduction_proxy_resource_throttle.cc', |
+ 'data_reduction_proxy/content/data_reduction_proxy_resource_throttle.h', |
+ 'data_reduction_proxy/content/data_reduction_proxy_ui_manager.cc', |
+ 'data_reduction_proxy/content/data_reduction_proxy_ui_manager.h', |
+ 'data_reduction_proxy/content/data_reduction_proxy_ui_service.cc', |
+ 'data_reduction_proxy/content/data_reduction_proxy_ui_service.h', |
+ ], |
+ }, |
{ |
# GN version: //components/data_reduction_proxy/core/browser |
'target_name': 'data_reduction_proxy_core_browser', |
@@ -84,6 +106,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', |
], |