summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-14 14:07:22 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-14 14:07:22 +0000
commitba3aadfc62c8a547fb090be7864e15bd77abd360 (patch)
treeb164cc4d9ca87d6f9cf89f5a7076cd60591ba8d4 /skia
parent3de6199352a89f6f7ec6ca05e81bd8fe43e28e38 (diff)
downloadchromium_src-ba3aadfc62c8a547fb090be7864e15bd77abd360.zip
chromium_src-ba3aadfc62c8a547fb090be7864e15bd77abd360.tar.gz
chromium_src-ba3aadfc62c8a547fb090be7864e15bd77abd360.tar.bz2
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 <ApplicationServices/ApplicationServices.h> 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
Diffstat (limited to 'skia')
-rw-r--r--skia/skia.gyp6
1 files changed, 0 insertions, 6 deletions
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"',