diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-26 23:00:21 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-26 23:00:21 +0000 |
commit | 6a648622716c5d2c800c0e9de452a215e2df2525 (patch) | |
tree | 033a626dd919b66df49137147d1aa194fa921eef /skia | |
parent | 1ebd78f0e16b8e11b67fa105fae6200cdbd5af5a (diff) | |
download | chromium_src-6a648622716c5d2c800c0e9de452a215e2df2525.zip chromium_src-6a648622716c5d2c800c0e9de452a215e2df2525.tar.gz chromium_src-6a648622716c5d2c800c0e9de452a215e2df2525.tar.bz2 |
Also build SkMatrix44 on mac
It's needed to land https://bugs.webkit.org/show_bug.cgi?id=70431
BUG=None
TEST=trybots
Review URL: http://codereview.chromium.org/8404008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107458 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 5bee59e..a3ae44e 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -497,7 +497,9 @@ '../third_party/skia/src/ports/sk_predefined_gamma.h', '../third_party/skia/include/utils/mac/SkCGUtils.h', + '../third_party/skia/include/utils/SkMatrix44.h', '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', + '../third_party/skia/src/utils/SkMatrix44.cpp', '../third_party/skia/include/core/Sk64.h', '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h', @@ -735,10 +737,6 @@ ['exclude', '_mac\\.(cc|cpp|mm?)$'], ['exclude', '/mac/'] ], - 'sources': [ - '../third_party/skia/include/utils/SkMatrix44.h', - '../third_party/skia/src/utils/SkMatrix44.cpp', - ], }], [ 'OS == "android"', { 'sources/': [ |