Index: skia/BUILD.gn |
diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
index 75c764c0703caeb8b05326a0755d3c152647cfcd..1af08029a4fe931fee7c88a35fd59c75eb970d34 100644 |
--- a/skia/BUILD.gn |
+++ b/skia/BUILD.gn |
@@ -312,8 +312,6 @@ component("skia") { |
"ext/vector_canvas.h", |
"ext/vector_platform_device_emf_win.cc", |
"ext/vector_platform_device_emf_win.h", |
- "ext/vector_platform_device_skia.cc", |
- "ext/vector_platform_device_skia.h", |
] |
# The skia gypi values are relative to the skia_dir, so we need to rebase. |
@@ -426,16 +424,12 @@ component("skia") { |
if (is_posix) { |
sources -= [ "ext/SkThread_chrome.cc" ] |
} |
- if (is_ios) { |
- sources -= [ "ext/vector_platform_device_skia.cc" ] |
- } |
if (is_win) { |
sources -= [ "ext/SkThread_chrome.cc" ] |
} |
if (is_android && printing_mode == 0) { |
sources -= [ |
"ext/skia_utils_base.cc", |
- "ext/vector_platform_device_skia.cc" |
] |
} |