| Index: components/data_reduction_proxy.gypi
|
| diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
|
| index eda9490d30e8c039a2f10691f5821f8ce12b954b..cd656c7b18fe82c46a39f0a7a9a16d7065e4cdcb 100644
|
| --- a/components/data_reduction_proxy.gypi
|
| +++ b/components/data_reduction_proxy.gypi
|
| @@ -21,6 +21,7 @@
|
| '../base/base.gyp:base',
|
| '../crypto/crypto.gyp:crypto',
|
| '../net/net.gyp:net',
|
| + '../url/url.gyp:url_lib',
|
| 'data_reduction_proxy_core_common',
|
| 'pref_registry',
|
| ],
|
| @@ -60,6 +61,7 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + '../url/url.gyp:url_lib',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|