Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1013)

Unified Diff: skia/BUILD.gn

Issue 1304063013: Roll src/third_party/skia c347034:e9c10b9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | skia/skia_library.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « DEPS ('k') | skia/skia_library.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698