Chromium Code Reviews| Index: net/net.gypi |
| diff --git a/net/net.gypi b/net/net.gypi |
| index 19f5e90466ab5056572e0194e07e76fb24a7633e..e402fac1a6071c4dd0237bc1e56ff28672163ef4 100644 |
| --- a/net/net.gypi |
| +++ b/net/net.gypi |
| @@ -184,6 +184,8 @@ |
| 'android/cert_verify_result_android.h', |
| 'android/gurl_utils.cc', |
| 'android/gurl_utils.h', |
| + 'android/http_auth_negotiate_android.cc', |
| + 'android/http_auth_negotiate_android.h', |
| 'android/keystore.cc', |
| 'android/keystore.h', |
| 'android/keystore_openssl.cc', |
| @@ -653,6 +655,8 @@ |
| 'http/http_auth_handler_factory.h', |
| 'http/http_auth_handler_negotiate.cc', |
| 'http/http_auth_handler_negotiate.h', |
| + 'http/http_auth_multi_round_parse.cc', |
|
cbentzel
2015/07/08 18:27:11
Nit: put in alphabetic order
aberent
2015/07/09 13:38:45
Done.
|
| + 'http/http_auth_multi_round_parse.h', |
| 'http/http_auth_handler_ntlm.cc', |
| 'http/http_auth_handler_ntlm.h', |
| 'http/http_auth_handler_ntlm_portable.cc', |
| @@ -1289,6 +1293,9 @@ |
| 'extras/sqlite/sqlite_persistent_cookie_store.h', |
| ], |
| 'net_test_sources': [ |
| + 'android/dummy_spnego_authenticator.cc', |
| + 'android/dummy_spnego_authenticator.h', |
| + 'android/http_auth_negotiate_android_unittest.cc', |
| 'android/keystore_unittest.cc', |
| 'android/network_change_notifier_android_unittest.cc', |
| 'base/address_list_unittest.cc', |
| @@ -1438,6 +1445,7 @@ |
| 'http/http_auth_handler_mock.cc', |
| 'http/http_auth_handler_mock.h', |
| 'http/http_auth_handler_negotiate_unittest.cc', |
| + 'http/http_auth_multi_round_parse_unittest.cc', |
|
cbentzel
2015/07/08 18:27:11
Nit: put in alphabetic order
aberent
2015/07/09 13:38:45
Done.
|
| 'http/http_auth_handler_unittest.cc', |
| 'http/http_auth_sspi_win_unittest.cc', |
| 'http/http_auth_unittest.cc', |