| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index c2789678051ab8d3295e76f3d1537b3960d40fc4..9175edc3dbc66da4d97002ad47083fdd357668dc 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
|
| - # 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",
|
| ]
|
|
|