Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 831fe2dc45957cf7eeaa67cb375a318772da0979..72b1bb4e7c1fd954a2443ed1288ebcda8d65f655 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -576,19 +576,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", |
] |