| Index: components/data_reduction_proxy.gypi
|
| diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
|
| index ac35d6c70fff0de56564d04fab5cda286957cb86..53f0c90adfba720f53fa663b86fb2d029b462c22 100644
|
| --- a/components/data_reduction_proxy.gypi
|
| +++ b/components/data_reduction_proxy.gypi
|
| @@ -13,12 +13,17 @@
|
| '../base/base.gyp:base',
|
| '../content/content.gyp:content_browser',
|
| '../skia/skia.gyp:skia',
|
| + '../ui/base/ui_base.gyp:ui_base',
|
| + 'components_resources.gyp:components_resources',
|
| + 'components_strings.gyp:components_strings',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
| + 'data_reduction_proxy/content/browser/data_reduction_proxy_blocking_page.cc',
|
| + 'data_reduction_proxy/content/browser/data_reduction_proxy_blocking_page.h',
|
| 'data_reduction_proxy/content/browser/data_reduction_proxy_resource_throttle.cc',
|
| 'data_reduction_proxy/content/browser/data_reduction_proxy_resource_throttle.h',
|
| 'data_reduction_proxy/content/browser/data_reduction_proxy_ui_manager.cc',
|
|
|