| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index e0426ebfd92ea8857109f9c0f88c67ec66dd7670..0f4eb016ae4de60dc2d663318f0c6051e739d1be 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -174,6 +174,10 @@ config("default_libs") {
|
| "winmm.lib",
|
| "winspool.lib",
|
| "ws2_32.lib",
|
| + # Please don't add more stuff here. We should actually be making this
|
| + # list smaller, since all common things should be covered. If you need
|
| + # some extra libraries, please just add a libs = [ "foo.lib" ] to your
|
| + # target that needs it.
|
| ]
|
| } else if (is_android) {
|
| # Android uses -nostdlib so we need to add even libc here.
|
|
|