Roll Skia DEPS to r9331

R=rmistry@google.com

Review URL: https://codereview.chromium.org/15703004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203119 0039d316-1c4b-4281-b951-d872f2087c98
parent 1476409f
...@@ -29,7 +29,7 @@ vars = { ...@@ -29,7 +29,7 @@ vars = {
"ffmpeg_hash": "077e57825aec6da2fb11d85484ac3132d164aa34", "ffmpeg_hash": "077e57825aec6da2fb11d85484ac3132d164aa34",
"sfntly_revision": "134", "sfntly_revision": "134",
"skia_revision": "9306", "skia_revision": "9331",
# 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.
......
...@@ -110,7 +110,9 @@ ...@@ -110,7 +110,9 @@
#'../third_party/skia/src/ports/SkImageRef_ashmem.h', #'../third_party/skia/src/ports/SkImageRef_ashmem.h',
#'../third_party/skia/src/ports/SkOSEvent_android.cpp', #'../third_party/skia/src/ports/SkOSEvent_android.cpp',
#'../third_party/skia/src/ports/SkOSEvent_dummy.cpp', #'../third_party/skia/src/ports/SkOSEvent_dummy.cpp',
'../third_party/skia/src/ports/SkOSFile_posix.cpp',
'../third_party/skia/src/ports/SkOSFile_stdio.cpp', '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
'../third_party/skia/src/ports/SkOSFile_win.cpp',
#'../third_party/skia/src/ports/SkThread_none.cpp', #'../third_party/skia/src/ports/SkThread_none.cpp',
'../third_party/skia/src/ports/SkThread_pthread.cpp', '../third_party/skia/src/ports/SkThread_pthread.cpp',
'../third_party/skia/src/ports/SkThread_win.cpp', '../third_party/skia/src/ports/SkThread_win.cpp',
...@@ -500,7 +502,7 @@ ...@@ -500,7 +502,7 @@
}], }],
[ 'OS == "win"', { [ 'OS == "win"', {
'sources!': [ 'sources!': [
'../third_party/skia/src/core/SkMMapStream.cpp', '../third_party/skia/src/ports/SkOSFile_posix.cpp',
'../third_party/skia/src/ports/SkThread_pthread.cpp', '../third_party/skia/src/ports/SkThread_pthread.cpp',
'../third_party/skia/src/ports/SkTime_Unix.cpp', '../third_party/skia/src/ports/SkTime_Unix.cpp',
'ext/SkThread_chrome.cc', 'ext/SkThread_chrome.cc',
......
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