Chromium Code Reviews| 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) { |