| Index: build/standalone.gypi | 
| diff --git a/build/standalone.gypi b/build/standalone.gypi | 
| index d919c1669c9b6658e86191db40ac9ee04d6647a9..ef85c5e923dd690480f3ba2d30f2f38e43848fa0 100644 | 
| --- a/build/standalone.gypi | 
| +++ b/build/standalone.gypi | 
| @@ -186,11 +186,6 @@ | 
| #   1 == /SUBSYSTEM:CONSOLE | 
| #   2 == /SUBSYSTEM:WINDOWS | 
| 'SubSystem': '1', | 
| -        'AdditionalDependencies': [ | 
| -          'advapi32.lib', | 
| -          'gdi32.lib', | 
| -          'user32.lib', | 
| -        ], | 
| }, | 
| }, | 
| 'xcode_settings': { | 
| @@ -242,12 +237,6 @@ | 
| }],  # OS=="win" | 
| ['OS=="mac"', { | 
| 'target_defaults': { | 
| -        'link_settings': { | 
| -          'libraries': [ | 
| -            '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 
| -            '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 
| -          ], | 
| -        }, | 
| 'target_conditions': [ | 
| ['_type!="static_library"', { | 
| 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-search_paths_first']}, | 
|  |