| Index: components/cronet.gypi
|
| diff --git a/components/cronet.gypi b/components/cronet.gypi
|
| index 24409ede3e56cab8fab8ca8c974b30bd8fa40a46..d363d4ecd9b877dac1e8f189a64a44b19c14ab44 100644
|
| --- a/components/cronet.gypi
|
| +++ b/components/cronet.gypi
|
| @@ -108,6 +108,7 @@
|
| 'DISABLE_FTP_SUPPORT=1',
|
| ],
|
| 'dependencies': [
|
| + '../components/components.gyp:data_reduction_proxy_core_browser_small',
|
| '../net/net.gyp:net_small',
|
| ],
|
| 'includes': [ 'cronet/cronet_static.gypi' ],
|
| @@ -116,7 +117,8 @@
|
| # cronet_static target depends on ICU and includes file and ftp support.
|
| 'target_name': 'cronet_static',
|
| 'dependencies': [
|
| - '../base/base.gyp:base_i18n',
|
| + '../base/base.gyp:base_i18n',
|
| + '../components/components.gyp:data_reduction_proxy_core_browser',
|
| '../net/net.gyp:net',
|
| ],
|
| 'includes': [ 'cronet/cronet_static.gypi' ],
|
|
|