net: Unbreak component build on Linux.
This is happening when running the following command line: $ gn gen out/Debug --args='is_component_build=true' ERROR at //net/third_party/nss/ssl/BUILD.gn:122:18: Item not found configs -= [ "//build/config/gcc:symbol_visibility_hidden" ] ^-------------------------------------------- You were trying to remove "//build/config/gcc:symbol_visibility_hidden" from the list but it wasn't there. BUG=None TEST=above R=brettw@chromium.org,wtc@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/285293009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271294 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment