Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 23fca35cc60f0a696b4d88365cd6ffba9186a80e..9a9157e3bd05f875a8055f91dff6eb07d457eb45 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -481,7 +481,8 @@ component("skia") { |
| "src/ports/SkTypeface_win_dw.cpp", |
| "src/xps/SkDocument_XPS.cpp", |
| ] |
| - sources -= [ get_path_info("src/utils/SkThreadUtils_pthread.cpp", "abspath") ] |
| + sources -= |
| + [ get_path_info("src/utils/SkThreadUtils_pthread.cpp", "abspath") ] |
| } else { |
| sources += [ |
| "src/ports/SkOSFile_posix.cpp", |