summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorcaryclark@google.com <caryclark@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-01 00:06:55 +0000
committercaryclark@google.com <caryclark@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-01 00:06:55 +0000
commitc28f8c51498c983b65c9ebe73df72665818d1101 (patch)
tree7d617b8085d8ef131c79ac0f55293909018b3065 /skia
parent7f4db91fc8b0a96c65d35b092ac9cee613f3bda7 (diff)
downloadchromium_src-c28f8c51498c983b65c9ebe73df72665818d1101.zip
chromium_src-c28f8c51498c983b65c9ebe73df72665818d1101.tar.gz
chromium_src-c28f8c51498c983b65c9ebe73df72665818d1101.tar.bz2
Add include path to access Skia utility from within WebKit.
Change https://bugs.webkit.org/show_bug.cgi?id=69144 uses SkCreateCGImageRefWithColorspace which is present in third_party/skia/include/utils/mac/SkCGUtils.h. This path is not visible to WebCore.gyp, so make it visible here. BUG=97830 TEST=none Review URL: http://codereview.chromium.org/8095009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r--skia/skia.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 18d0081..98d1351 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -899,6 +899,11 @@
'SK_BUILD_FOR_ANDROID_NDK',
],
}],
+ ['OS=="mac"', {
+ 'include_dirs': [
+ '../third_party/skia/include/utils/mac',
+ ],
+ }],
],
},
},