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

Unified Diff: net/net.gypi

Issue 1128043007: Support Kerberos on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Deal with comments and build and test failures. 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 05cfef93981b43a2e2a37a34e8bc47b75647b8a7..56ffaea1800cb55de2bb9a3022b8393c847e9a12 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -185,6 +185,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',
@@ -652,6 +654,8 @@
'http/http_auth_handler_factory.h',
'http/http_auth_handler_negotiate.cc',
'http/http_auth_handler_negotiate.h',
+ 'http/http_auth_handler_negotiate_parse.cc',
+ 'http/http_auth_handler_negotiate_parse.h',
'http/http_auth_handler_ntlm.cc',
'http/http_auth_handler_ntlm.h',
'http/http_auth_handler_ntlm_portable.cc',
@@ -1280,6 +1284,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',

Powered by Google App Engine
This is Rietveld 408576698