| Index: build/config/win/BUILD.gn | 
| diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn | 
| index e66bf995a25584694fceab9dc9e13754c2c249eb..39a05013f1533d24b94a2552b29f0cfc6c706ba4 100644 | 
| --- a/build/config/win/BUILD.gn | 
| +++ b/build/config/win/BUILD.gn | 
| @@ -68,8 +68,8 @@ config("sdk_link") { | 
| } | 
|  | 
| # This default linker setup is provided separately from the SDK setup so | 
| -# targets who want different libraries linked can remove this and specify their | 
| -# own. | 
| +# targets who want different library configurations can remove this and specify | 
| +# their own. | 
| config("common_linker_setup") { | 
| ldflags = [ | 
| "/FIXED:NO", | 
| @@ -90,33 +90,6 @@ config("common_linker_setup") { | 
| ldflags += [ "/DYNAMICBASE" ] | 
| } | 
|  | 
| -  # Common libraries. | 
| -  libs = [ | 
| -    "advapi32.lib", | 
| -    "comdlg32.lib", | 
| -    "dbghelp.lib", | 
| -    "delayimp.lib", | 
| -    "dnsapi.lib", | 
| -    "gdi32.lib", | 
| -    "kernel32.lib", | 
| -    "msimg32.lib", | 
| -    "odbc32.lib", | 
| -    "odbccp32.lib", | 
| -    "ole32.lib", | 
| -    "oleaut32.lib", | 
| -    "psapi.lib", | 
| -    "shell32.lib", | 
| -    "shlwapi.lib", | 
| -    "user32.lib", | 
| -    "usp10.lib", | 
| -    "uuid.lib", | 
| -    "version.lib", | 
| -    "wininet.lib", | 
| -    "winmm.lib", | 
| -    "winspool.lib", | 
| -    "ws2_32.lib", | 
| -  ] | 
| - | 
| # Delay loaded DLLs. | 
| ldflags += [ | 
| "/DELAYLOAD:dbghelp.dll", | 
|  |