From 75392b3b36b8261a7ac5c8746359f738de9754e8 Mon Sep 17 00:00:00 2001 From: John Abd-El-Malek Date: Mon, 26 May 2014 11:48:05 -0700 Subject: Move linker settings from standalone.gypi to pdfium.gyp, since they're needed when linking pdfium_test as part of other projects' gyp files as well where standalone.gypi isn't used. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/302453004 --- build/standalone.gypi | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'build/standalone.gypi') diff --git a/build/standalone.gypi b/build/standalone.gypi index d919c1669c..ef85c5e923 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']}, -- cgit v1.2.3