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

Unified Diff: BUILD.gn

Issue 1776313002: Add bitmaps and skp output to Skia port (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: address comments and fix gn Created 4 years, 9 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/include/fxge/fx_ge.h » ('j') | core/src/fxge/skia/fx_skia_device.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 869d46e386d5e73a865991dd4f371ca6d37dbd81..93401475769f5dfdd23d69f351f3c1fe4d0555d6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -591,12 +591,8 @@ static_library("fxge") {
]
if (pdf_use_skia) {
- sources = [
- "core/src/fxge/skia/fx_skia_device.cpp",
- ]
- deps = [
- "//skia",
- ]
+ sources += [ "core/src/fxge/skia/fx_skia_device.cpp" ]
+ deps += [ "//skia" ]
}
if (is_win) {
« no previous file with comments | « no previous file | core/include/fxge/fx_ge.h » ('j') | core/src/fxge/skia/fx_skia_device.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698