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

Unified Diff: skia/BUILD.gn

Issue 2413753003: chrome.gpuBenchmarking.printPagesToXPS (Closed)
Patch Set: rebase Created 4 years, 1 month 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
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 6a4129d6436bb7a6452ad0fd089efbcab8b29b23..37c26fbeda757d826714c524a5c48f694491295f 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -268,6 +268,9 @@ component("skia") {
"//third_party/skia/src/ports/SkTypeface_win_dw.cpp",
"//third_party/skia/src/sfnt/SkOTTable_name.cpp",
"//third_party/skia/src/sfnt/SkOTUtils.cpp",
+ "//third_party/skia/src/xps/SkDocument_XPS.cpp",
+ "//third_party/skia/src/xps/SkDocument_XPS_None.cpp",
+ "//third_party/skia/src/xps/SkXPSDevice.cpp",
]
if (is_mac) {
@@ -309,6 +312,7 @@ component("skia") {
# Keeping _win.cpp
"//third_party/skia/src/utils/SkThreadUtils_pthread.cpp",
]
+ libs = [ "fontsub.lib" ]
} else {
sources -= [
# Keeping _pthread.cpp
@@ -321,8 +325,6 @@ component("skia") {
if (is_win) {
sources -= [
#windows
- "//third_party/skia/src/utils/win/SkAutoCoInitialize.cpp",
- "//third_party/skia/src/utils/win/SkIStream.cpp",
"//third_party/skia/src/utils/win/SkWGL_win.cpp",
]
}

Powered by Google App Engine
This is Rietveld 408576698