Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index 3a0dcb6934faa367d07c4f479883bd6aa707485b..fd82d190cffc265232a7961ca691bc5dfa359102 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -319,6 +319,7 @@ |
'ftp/ftp_util.h', |
'http/des.cc', |
'http/des.h', |
+ 'http/gssapi.h', |
'http/http_alternate_protocols.cc', |
'http/http_alternate_protocols.h', |
'http/http_atom_list.h', |
@@ -326,6 +327,8 @@ |
'http/http_auth.h', |
'http/http_auth_cache.cc', |
'http/http_auth_cache.h', |
+ 'http/http_auth_gssapi_posix.cc', |
+ 'http/http_auth_gssapi_posix.h', |
'http/http_auth_filter.cc', |
'http/http_auth_filter.h', |
'http/http_auth_filter_win.h', |
@@ -680,6 +683,7 @@ |
'http/des_unittest.cc', |
'http/http_alternate_protocols_unittest.cc', |
'http/http_auth_cache_unittest.cc', |
+ 'http/http_auth_gssapi_posix_unittest.cc', |
'http/http_auth_filter_unittest.cc', |
'http/http_auth_handler_basic_unittest.cc', |
'http/http_auth_handler_digest_unittest.cc', |