Update Skia

This commit is contained in:
Adam Barth
2016-02-25 10:47:09 -08:00
parent b76eb19567
commit 26a41acccc
2 changed files with 2 additions and 5 deletions

2
DEPS
View File

@@ -22,7 +22,7 @@ vars = {
'mojo_sdk_revision': '172be18ea745ab29aea132e6cb952e726dc32543',
'mojo_devtools_revision': '49879d78ce4486e10c2214a101d9b2e82794b2f4',
'base_revision': '6c89618151eb0e23d330778e6d6ea16fc6105010',
'skia_revision': '609d97918788c077514f190b0f1087ccbd420f5d',
'skia_revision': 'f6bfccd562f4ac071db9902097ad4bea83294085',
# Note: When updating the Dart revision, ensure that all entries that are
# dependencies of dart are also updated

View File

@@ -95,6 +95,7 @@ config("skia_config") {
"config",
"ext",
"//third_party/skia/include/c",
"//third_party/skia/include/client/android",
"//third_party/skia/include/config",
"//third_party/skia/include/core",
"//third_party/skia/include/effects",
@@ -317,8 +318,6 @@ component("skia") {
# Remove unused util files include in utils.gypi
sources -= [
"//third_party/skia/src/utils/SkBitmapHasher.cpp",
"//third_party/skia/src/utils/SkBitmapHasher.h",
"//third_party/skia/src/utils/SkBoundaryPatch.cpp",
"//third_party/skia/src/utils/SkCamera.cpp",
"//third_party/skia/src/utils/SkCanvasStack.h",
@@ -333,8 +332,6 @@ component("skia") {
"//third_party/skia/src/utils/SkNinePatch.cpp",
"//third_party/skia/src/utils/SkOSFile.cpp",
"//third_party/skia/src/utils/SkParsePath.cpp",
"//third_party/skia/src/utils/SkSHA1.cpp",
"//third_party/skia/src/utils/SkSHA1.h",
"//third_party/skia/src/utils/SkTFitsIn.h",
#testing