| Index: skia/BUILD.gn
|
| diff --git a/skia/BUILD.gn b/skia/BUILD.gn
|
| index 1e566ed35a166d6ccd8477ee69712ff30d20193d..12d3c25f579eec0cfc869a7e5daad1930dd3af54 100644
|
| --- a/skia/BUILD.gn
|
| +++ b/skia/BUILD.gn
|
| @@ -333,6 +333,9 @@ component("skia") {
|
| # Remove unused util files include in utils.gypi
|
| sources -= [
|
| "//third_party/skia/src/utils/SkBitmapHasher.cpp",
|
| + "//third_party/skia/src/utils/SkBitmapRegionCanvas.cpp",
|
| + "//third_party/skia/src/utils/SkBitmapRegionDecoderInterface.cpp",
|
| + "//third_party/skia/src/utils/SkBitmapRegionSampler.cpp",
|
| "//third_party/skia/src/utils/SkBoundaryPatch.cpp",
|
| "//third_party/skia/src/utils/SkCamera.cpp",
|
| "//third_party/skia/src/utils/SkCubicInterval.cpp",
|
|
|