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

Unified Diff: BUILD.gn

Issue 2347443002: Compile the skia library for windows using gn. (Closed)
Patch Set: Merge branch 'master' of https://skia.googlesource.com/skia into bring-up-to-date Created 4 years, 3 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 | gn/BUILD.gn » ('j') | gn/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index cc608f35af7d8c459a9a63b617b9506f47f6cc40..23fca35cc60f0a696b4d88365cd6ffba9186a80e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -481,7 +481,7 @@ component("skia") {
"src/ports/SkTypeface_win_dw.cpp",
"src/xps/SkDocument_XPS.cpp",
]
- sources -= [ "src/utils/SkThreadUtils_pthread.cpp" ]
+ sources -= [ get_path_info("src/utils/SkThreadUtils_pthread.cpp", "abspath") ]
} else {
sources += [
"src/ports/SkOSFile_posix.cpp",
« no previous file with comments | « no previous file | gn/BUILD.gn » ('j') | gn/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698