diff options
author | bsalomon@google.com <bsalomon@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 19:52:45 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 19:52:45 +0000 |
commit | 94de210f89a873de142c9319837ca3ff26639fd3 (patch) | |
tree | 05a0ffdcaa26a8c03aff6b2c5755271c5cc74a35 /skia | |
parent | 47d23120560da73cbb5f8ac3986f947538083e41 (diff) | |
download | chromium_src-94de210f89a873de142c9319837ca3ff26639fd3.zip chromium_src-94de210f89a873de142c9319837ca3ff26639fd3.tar.gz chromium_src-94de210f89a873de142c9319837ca3ff26639fd3.tar.bz2 |
Make skia.gyp reflect renamed header file
Review URL: http://codereview.chromium.org/7908012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101362 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-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 7905add..610472e 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -107,7 +107,6 @@ '../third_party/skia/gpu/include/GrStencil.h', '../third_party/skia/gpu/include/GrStopwatch.h', '../third_party/skia/gpu/include/GrStringBuilder.h', - '../third_party/skia/gpu/include/GrTArray.h', '../third_party/skia/gpu/include/GrTBSearch.h', '../third_party/skia/gpu/include/GrTDArray.h', '../third_party/skia/gpu/include/GrTHashCache.h', @@ -595,6 +594,7 @@ '../third_party/skia/include/core/SkStream.h', '../third_party/skia/include/core/SkString.h', '../third_party/skia/include/core/SkStroke.h', + '../third_party/skia/include/core/SkTArray.h', '../third_party/skia/include/core/SkTDArray.h', '../third_party/skia/include/core/SkTDStack.h', '../third_party/skia/include/core/SkTDict.h', |