diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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", ] |