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", |