| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 12b2a954aaeea444566ba25bf6fe4dc523190156..2481be6f4c65bba8607e60c11a07a4f2e8d8de1e 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -29,6 +29,8 @@
|
| 'base/address_list_net_log_param.h',
|
| 'base/auth.cc',
|
| 'base/auth.h',
|
| + 'base/backoff_entry.cc',
|
| + 'base/backoff_entry.h',
|
| 'base/bandwidth_metrics.cc',
|
| 'base/bandwidth_metrics.h',
|
| 'base/cache_type.h',
|
| @@ -854,6 +856,7 @@
|
| 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
|
| 'sources': [
|
| 'base/address_list_unittest.cc',
|
| + 'base/backoff_entry_unittest.cc',
|
| 'base/cert_database_nss_unittest.cc',
|
| 'base/cert_verifier_unittest.cc',
|
| 'base/cookie_monster_unittest.cc',
|
|
|