diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-31 01:11:29 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-31 01:11:29 +0000 |
commit | 62ed19af190eade0137c8af80e30f71088a6ba0e (patch) | |
tree | 35ff2b61b9a8a4ae0c07bbbb30d1fcb05d364ff7 /skia/skia.gyp | |
parent | 704ebdcaf97137cf6bc86b28ccdf043f75e8622c (diff) | |
download | chromium_src-62ed19af190eade0137c8af80e30f71088a6ba0e.zip chromium_src-62ed19af190eade0137c8af80e30f71088a6ba0e.tar.gz chromium_src-62ed19af190eade0137c8af80e30f71088a6ba0e.tar.bz2 |
Revert 73121 - Remove obsolete files from 'sources'. This causes needless work on incremental builds in VS2010.
This is breaking clobber builds with this error :
e:\b\build\slave\google-chrome-rel-win\build\src\chrome_frame\iids.cc(6) : fatal error C1083: Cannot open include file: 'chrome_tab.h': No such file or directory
BUG=71130
TEST=Check that Chrome builds.
Review URL: http://codereview.chromium.org/6307018
TBR=jeanluc@chromium.org
Review URL: http://codereview.chromium.org/6347032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73124 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index b486647..ff6b8e8 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -269,6 +269,7 @@ '../third_party/skia/src/core/SkBitmapShaderTemplate.h', '../third_party/skia/src/core/SkBitmap_scroll.cpp', '../third_party/skia/src/core/SkBlitBWMaskTemplate.h', + '../third_party/skia/src/core/SkBlitRow.h', '../third_party/skia/src/core/SkBlitRow_D16.cpp', '../third_party/skia/src/core/SkBlitRow_D32.cpp', '../third_party/skia/src/core/SkBlitRow_D4444.cpp', @@ -371,7 +372,6 @@ '../third_party/skia/src/core/SkStroke.cpp', '../third_party/skia/src/core/SkStrokerPriv.cpp', '../third_party/skia/src/core/SkStrokerPriv.h', - '../third_party/skia/src/core/SkTextFormatParams.h', '../third_party/skia/src/core/SkTSearch.cpp', '../third_party/skia/src/core/SkTSort.h', '../third_party/skia/src/core/SkTemplatesPriv.h', @@ -477,12 +477,12 @@ '../third_party/skia/src/ports/sk_predefined_gamma.h', '../third_party/skia/src/include/utils/mac/SkCGUtils.h', + '../third_party/skia/src/include/utils/SkTextFormatParams.h', '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', '../third_party/skia/include/core/Sk64.h', '../third_party/skia/include/core/SkAutoKern.h', '../third_party/skia/include/core/SkBitmap.h', - '../third_party/skia/include/core/SkBlitRow.h', '../third_party/skia/include/core/SkBlitter.h', '../third_party/skia/include/core/SkBounder.h', '../third_party/skia/include/core/SkBuffer.h', @@ -500,7 +500,7 @@ '../third_party/skia/include/core/SkDraw.h', '../third_party/skia/include/core/SkDrawFilter.h', '../third_party/skia/include/core/SkDrawLooper.h', - #'../third_party/skia/include/core/SkDrawing.h', + '../third_party/skia/include/core/SkDrawing.h', '../third_party/skia/include/core/SkEndian.h', '../third_party/skia/include/core/SkFDot6.h', '../third_party/skia/include/core/SkFixed.h', @@ -528,6 +528,7 @@ '../third_party/skia/include/core/SkPicture.h', '../third_party/skia/include/core/SkPixelRef.h', '../third_party/skia/include/core/SkPoint.h', + '../third_party/skia/include/core/SkPorterDuff.h', '../third_party/skia/include/core/SkPtrRecorder.h', '../third_party/skia/include/core/SkRandom.h', '../third_party/skia/include/core/SkRasterizer.h', @@ -578,9 +579,9 @@ '../third_party/skia/include/effects/SkKernel33MaskFilter.h', '../third_party/skia/include/effects/SkLayerDrawLooper.h', '../third_party/skia/include/effects/SkLayerRasterizer.h', + '../third_party/skia/include/effects/SkNWayCanvas.h', '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h', '../third_party/skia/include/effects/SkPixelXorXfermode.h', - '../third_party/skia/include/effects/SkPorterDuff.h', '../third_party/skia/include/effects/SkTransparentShader.h', '../third_party/skia/include/gpu/SkGpuCanvas.h', |