Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Unified Diff: net/net.gypi

Issue 1128043007: Support Kerberos on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile errors caused by trying to forward declare a typedef Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
« net/http/http_auth_handler_negotiate.h ('K') | « net/net.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698