diff options
author | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 19:14:58 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 19:14:58 +0000 |
commit | 73fc65fd5340d0c6302e13ab6581d6e3998098bc (patch) | |
tree | 3cd8f6272363dd4594c507f468465cf091bce974 /skia | |
parent | 018c258c06d0362d9a2f3ca917658e69d081fa6f (diff) | |
download | chromium_src-73fc65fd5340d0c6302e13ab6581d6e3998098bc.zip chromium_src-73fc65fd5340d0c6302e13ab6581d6e3998098bc.tar.gz chromium_src-73fc65fd5340d0c6302e13ab6581d6e3998098bc.tar.bz2 |
Roll Skia DEPS to 5029 & skia.gyp changes
Review URL: https://chromiumcodereview.appspot.com/10829264
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 818d757..84a57f8 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -272,6 +272,7 @@ '../third_party/skia/src/core/SkPathHeap.cpp', '../third_party/skia/src/core/SkPathHeap.h', '../third_party/skia/src/core/SkPathMeasure.cpp', + '../third_party/skia/src/core/SkPerspIter.h', '../third_party/skia/src/core/SkPicture.cpp', '../third_party/skia/src/core/SkPictureFlat.cpp', '../third_party/skia/src/core/SkPictureFlat.h', @@ -641,7 +642,6 @@ '../third_party/skia/include/core/SkPath.h', '../third_party/skia/include/core/SkPathEffect.h', '../third_party/skia/include/core/SkPathMeasure.h', - '../third_party/skia/include/core/SkPerspIter.h', '../third_party/skia/include/core/SkPicture.h', '../third_party/skia/include/core/SkPixelRef.h', '../third_party/skia/include/core/SkPoint.h', @@ -1252,6 +1252,7 @@ 'sources': [ '../third_party/skia/src/opts/SkBitmapProcState_opts_arm.cpp', '../third_party/skia/src/opts/SkBlitRow_opts_arm.cpp', + '../third_party/skia/src/opts/SkBlitRow_opts_arm.h', '../third_party/skia/src/opts/opts_check_arm.cpp', ], }], @@ -1267,6 +1268,7 @@ '../third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp', '../third_party/skia/src/opts/SkBitmapProcState_matrix_clamp_neon.h', '../third_party/skia/src/opts/SkBitmapProcState_matrix_repeat_neon.h', + '../third_party/skia/src/opts/SkBlitRow_opts_arm_neon.cpp', ], }], [ 'target_arch == "arm" and armv7 != 1', { |