diff --git a/DEPS b/DEPS index f6e6f2d9cba5..f4ef06a90fd4 100644 --- a/DEPS +++ b/DEPS @@ -46,7 +46,7 @@ vars = { "lss_revision": "31", "sfntly_revision": "239", "lighttpd_revision": "33737", - "skia_revision": "41ebbddd76b747d5fb32c02dda0de3d03a3edda5", + "skia_revision": "be21e3432e4cf925fe494efe23edcb457bd05fcb", # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and V8 without interference from each other. diff --git a/skia/BUILD.gn b/skia/BUILD.gn index 40ef810ada07..3af03facf4a5 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -324,9 +324,9 @@ component("skia") { # Remove unused util files include in utils.gypi sources -= [ - "//third_party/skia/include/utils/SkCondVar.h", - "//third_party/skia/include/utils/SkRunnable.h", - "//third_party/skia/include/utils/SkThreadPool.h", + "//third_party/skia/src/utils/SkCondVar.h", + "//third_party/skia/src/utils/SkRunnable.h", + "//third_party/skia/src/utils/SkThreadPool.h", "//third_party/skia/src/utils/SkCondVar.cpp", "//third_party/skia/include/utils/SkBoundaryPatch.h",