From ba3aadfc62c8a547fb090be7864e15bd77abd360 Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Thu, 14 Jun 2012 14:07:22 +0000 Subject: Remove -F$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Frameworks It wasn't ever correct to compile or link with this, and it just encourages people to do stupid things that aren't guaranteed to work at runtime in future OS releases or with future SDKs. Just #include or link against ApplicationServices.framework by adding $(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework to your 'link_settings': {'libraries': []} section. The WebKit portion was fixed at https://bugs.webkit.org/show_bug.cgi?id=88569 . Review URL: https://chromiumcodereview.appspot.com/10535059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142137 0039d316-1c4b-4281-b951-d872f2087c98 --- skia/skia.gyp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'skia') diff --git a/skia/skia.gyp b/skia/skia.gyp index e2ac103..77abee5 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -789,9 +789,6 @@ '../third_party/skia/src/utils', ], 'msvs_disabled_warnings': [4244, 4267, 4341, 4345, 4390, 4554, 4800], - 'mac_framework_dirs': [ - '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Frameworks', - ], 'defines': [ 'SK_BUILD_NO_IMAGE_ENCODE', 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', @@ -1056,9 +1053,6 @@ '../third_party/skia/include/utils', 'ext', ], - 'mac_framework_dirs': [ - '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Frameworks', - ], 'defines': [ 'SK_BUILD_NO_IMAGE_ENCODE', 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', -- cgit v1.1