| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index db7f277a4ddc101150b3ab783b8634143c3bb0f3..72b2ea8208f10a76cdd9414e83cfc64f09c638d4 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -87,6 +87,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_i18n',
|
| + '../base/base.gyp:base_prefs',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../crypto/crypto.gyp:crypto',
|
| '../sdch/sdch.gyp:sdch',
|
| @@ -535,6 +536,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_i18n',
|
| + '../base/base.gyp:base_prefs_test_support',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../crypto/crypto.gyp:crypto',
|
| '../testing/gmock.gyp:gmock',
|
|
|