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

Unified Diff: BUILD.gn

Issue 1761453002: get skia port working again (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: fix gn build file Created 4 years, 10 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 | « no previous file | core/src/fxge/skia/fx_skia_blitter_new.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « no previous file | core/src/fxge/skia/fx_skia_blitter_new.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698