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

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: match existing define 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/agg/fx_agg_driver.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 c3e3099d665b2093a4b04d042ca13d12bac3c5e4..dd1e9a09e7a23ff5ee7fc67c2600706bd6768db0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -595,12 +595,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/agg/fx_agg_driver.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698