Chromium Code Reviews| Index: net/BUILD.gn |
| diff --git a/net/BUILD.gn b/net/BUILD.gn |
| index ac04e426cb4fa3b4412d082e783ecb3370c7f30f..abfca7e396f6b11f209e2d263592ab966b29f2b9 100644 |
| --- a/net/BUILD.gn |
| +++ b/net/BUILD.gn |
| @@ -72,11 +72,6 @@ config("net_config") { |
| config("net_internal_config") { |
| defines = [ |
| - # TODO(GYP) Note that the GYP file supports linux_link_kerberos (defaults to |
|
brettw
2016/05/10 19:51:33
I suspect we never need the capability described i
|
| - # 0) which implies that we run pkg_config on kerberos and link to that |
| - # rather than setting this define which will dynamically open it. That |
| - # doesn't seem to be set in the regular builds, so we're skipping this |
| - # capability here. |
| "DLOPEN_KERBEROS", |
| "NET_IMPLEMENTATION", |
| ] |