Fix skia gyp to allow implementation of SkPixelRef in WebKit
commit73eaba96d80baadf6054b4ed814bb8049a042444
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 5 Oct 2012 01:29:30 +0000 (5 01:29 +0000)
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 5 Oct 2012 01:29:30 +0000 (5 01:29 +0000)
tree314cdda39bc0e3f81535b095362dfed7e7420134
parent1ecbe866c38fb6c781d337393b7ff62d0c662f4e
Fix skia gyp to allow implementation of SkPixelRef in WebKit

SK_USE_POSIX_THREADS controls the type of SkBaseMutex which is used
by SkPixelRef. Skia builds fine because this flag is set correctly.
However if we want to implement SkPixelRef outside of Skia (e.g.
WebKit) then this define needs to be set fo dependant projects.

Review URL: https://chromiumcodereview.appspot.com/11027040

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160281 0039d316-1c4b-4281-b951-d872f2087c98
skia/skia.gyp