Commit d47d8123 authored by reed@google.com's avatar reed@google.com

roll skia to 4012

Review URL: https://chromiumcodereview.appspot.com/10407062

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138109 0039d316-1c4b-4281-b951-d872f2087c98
parent c2af0518
...@@ -55,7 +55,7 @@ vars = { ...@@ -55,7 +55,7 @@ vars = {
"ffmpeg_hash": "4ece657f9dad6a37e7b7e3584eb8887aad4dc499", "ffmpeg_hash": "4ece657f9dad6a37e7b7e3584eb8887aad4dc499",
"sfntly_revision": "128", "sfntly_revision": "128",
"skia_revision": "3995", "skia_revision": "4012",
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia # the commit queue can handle CLs rolling Skia
# and V8 without interference from each other. # and V8 without interference from each other.
......
...@@ -391,8 +391,6 @@ ...@@ -391,8 +391,6 @@
'../third_party/skia/src/gpu/GrSoftwarePathRenderer.h', '../third_party/skia/src/gpu/GrSoftwarePathRenderer.h',
'../third_party/skia/src/gpu/GrPathUtils.cpp', '../third_party/skia/src/gpu/GrPathUtils.cpp',
'../third_party/skia/src/gpu/GrPlotMgr.h', '../third_party/skia/src/gpu/GrPlotMgr.h',
'../third_party/skia/src/gpu/GrProgramStageFactory.cpp',
'../third_party/skia/src/gpu/GrProgramStageFactory.h',
'../third_party/skia/src/gpu/GrRandom.h', '../third_party/skia/src/gpu/GrRandom.h',
'../third_party/skia/src/gpu/GrRectanizer.h', '../third_party/skia/src/gpu/GrRectanizer.h',
'../third_party/skia/src/gpu/GrRectanizer_fifo.cpp', '../third_party/skia/src/gpu/GrRectanizer_fifo.cpp',
...@@ -535,10 +533,15 @@ ...@@ -535,10 +533,15 @@
#'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp', #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp',
'../third_party/skia/src/ports/sk_predefined_gamma.h', '../third_party/skia/src/ports/sk_predefined_gamma.h',
'../third_party/skia/src/sfnt/SkOTUtils.cpp',
'../third_party/skia/src/sfnt/SkOTUtils.h',
'../third_party/skia/include/utils/mac/SkCGUtils.h', '../third_party/skia/include/utils/mac/SkCGUtils.h',
'../third_party/skia/include/utils/SkDeferredCanvas.h', '../third_party/skia/include/utils/SkDeferredCanvas.h',
'../third_party/skia/include/utils/SkMatrix44.h', '../third_party/skia/include/utils/SkMatrix44.h',
'../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
'../third_party/skia/src/utils/SkBase64.cpp',
'../third_party/skia/src/utils/SkBase64.h',
'../third_party/skia/src/utils/SkBitSet.cpp', '../third_party/skia/src/utils/SkBitSet.cpp',
'../third_party/skia/src/utils/SkBitSet.h', '../third_party/skia/src/utils/SkBitSet.h',
'../third_party/skia/src/utils/SkDeferredCanvas.cpp', '../third_party/skia/src/utils/SkDeferredCanvas.cpp',
...@@ -670,6 +673,7 @@ ...@@ -670,6 +673,7 @@
'../third_party/skia/include/gpu/GrNoncopyable.h', '../third_party/skia/include/gpu/GrNoncopyable.h',
'../third_party/skia/include/gpu/GrPaint.h', '../third_party/skia/include/gpu/GrPaint.h',
'../third_party/skia/include/gpu/GrPoint.h', '../third_party/skia/include/gpu/GrPoint.h',
'../third_party/skia/include/gpu/GrProgramStageFactory.h',
'../third_party/skia/include/gpu/GrRect.h', '../third_party/skia/include/gpu/GrRect.h',
'../third_party/skia/include/gpu/GrRefCnt.h', '../third_party/skia/include/gpu/GrRefCnt.h',
'../third_party/skia/include/gpu/GrRenderTarget.h', '../third_party/skia/include/gpu/GrRenderTarget.h',
...@@ -759,6 +763,7 @@ ...@@ -759,6 +763,7 @@
'../third_party/skia/include/utils', '../third_party/skia/include/utils',
'../third_party/skia/src/core', '../third_party/skia/src/core',
'../third_party/skia/src/gpu', '../third_party/skia/src/gpu',
'../third_party/skia/src/sfnt',
'../third_party/skia/src/utils', '../third_party/skia/src/utils',
], ],
'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800], 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment