diff options
author | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 13:15:27 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 13:15:27 +0000 |
commit | b05f04549eedff1406d457d140166dcfda800616 (patch) | |
tree | 0b69f7d00269ea7ffde229a8c593e3fccb1a166b /skia/skia.gyp | |
parent | 5a708b858371c997ea54a9054d43d9ff8bb80970 (diff) | |
download | chromium_src-b05f04549eedff1406d457d140166dcfda800616.zip chromium_src-b05f04549eedff1406d457d140166dcfda800616.tar.gz chromium_src-b05f04549eedff1406d457d140166dcfda800616.tar.bz2 |
Roll Skia DEPS to 5028 & skia.gyp changes
control: http://codereview.chromium.org/10836175/
Review URL: https://chromiumcodereview.appspot.com/10836174
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 818d757..b4b82c5 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', |