diff options
author | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 19:31:57 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 19:31:57 +0000 |
commit | de4a74bdc06a268ef285ec5bca43d0da318b1969 (patch) | |
tree | 54d0d4791cbdf229ef3bff4f1477fcf5349acce5 /skia/skia.gyp | |
parent | b5fb8afb885035cf884e2202e9a2490c26da590c (diff) | |
download | chromium_src-de4a74bdc06a268ef285ec5bca43d0da318b1969.zip chromium_src-de4a74bdc06a268ef285ec5bca43d0da318b1969.tar.gz chromium_src-de4a74bdc06a268ef285ec5bca43d0da318b1969.tar.bz2 |
roll skia to 4156
Review URL: https://chromiumcodereview.appspot.com/10541005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140580 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 5b618f1..3548c99 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -316,6 +316,9 @@ '../third_party/skia/src/core/SkWriter32.cpp', '../third_party/skia/src/core/SkXfermode.cpp', + '../third_party/skia/src/pipe/SkGPipeRead.cpp', + '../third_party/skia/src/pipe/SkGPipeWrite.cpp', + '../third_party/skia/src/effects/Sk1DPathEffect.cpp', '../third_party/skia/src/effects/Sk2DPathEffect.cpp', '../third_party/skia/src/effects/SkAvoidXfermode.cpp', @@ -762,6 +765,7 @@ 'config', '../third_party/skia/include/config', '../third_party/skia/include/core', + '../third_party/skia/include/pipe', '../third_party/skia/include/effects', '../third_party/skia/include/gpu', '../third_party/skia/include/gpu/gl', |