diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 16:35:58 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-26 16:35:58 +0000 |
commit | 5f5314397438f59cb923beffe74c74c086636133 (patch) | |
tree | 4e66559d543b679b8b5d112764ce6e2a16e017df /skia | |
parent | 67111a4747a162679d2e711c078e54e513411f29 (diff) | |
download | chromium_src-5f5314397438f59cb923beffe74c74c086636133.zip chromium_src-5f5314397438f59cb923beffe74c74c086636133.tar.gz chromium_src-5f5314397438f59cb923beffe74c74c086636133.tar.bz2 |
Add a helper to resource bundle to get an NSImage back.
skia/ext/skia_utils_mac.h includes CoreGraphics/CGColor.h so we have to relay the framework include path so someone can include the header without errors.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/173363
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 6fd6d639..63cac887 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -644,6 +644,9 @@ '../third_party/skia/include/effects', 'ext', ], + 'mac_framework_dirs': [ + '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Frameworks', + ], }, }, ], |