summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn11
1 files changed, 0 insertions, 11 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 7e7f4dd519..6430d0bed0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -575,19 +575,8 @@ static_library("fxge") {
if (pdf_use_skia) {
sources = [
- "core/src/fxge/skia/fx_skia_blitter_new.cpp",
"core/src/fxge/skia/fx_skia_device.cpp",
]
- include_dirs = [
- "//third_party/skia/include/config",
- "//third_party/skia/include/core",
- "//third_party/skia/include/effects",
- "//third_party/skia/include/images",
- "//third_party/skia/include/lazy",
- "//third_party/skia/include/pathops",
- "//third_party/skia/include/utils",
- "//third_party/skia/src/core",
- ]
deps = [
"//skia",
]