diff --git a/DEPS b/DEPS index 35434e9383..0eb7f0022f 100644 --- a/DEPS +++ b/DEPS @@ -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 diff --git a/engine/src/flutter/skia/BUILD.gn b/engine/src/flutter/skia/BUILD.gn index e0acf383a5..86790133a8 100644 --- a/engine/src/flutter/skia/BUILD.gn +++ b/engine/src/flutter/skia/BUILD.gn @@ -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