Chromium Code Reviews| Index: third_party/libpng/BUILD.gn |
| diff --git a/third_party/libpng/BUILD.gn b/third_party/libpng/BUILD.gn |
| index 7e4bd5e4048067059b18027feebda638e3d4a771..88a28cfaec2214bdb0e792b298273d5c8cea80f1 100644 |
| --- a/third_party/libpng/BUILD.gn |
| +++ b/third_party/libpng/BUILD.gn |
| @@ -33,6 +33,7 @@ config("clang_warnings") { |
| } |
| } |
| +# Cannot be a static_library in component builds |
|
Nico
2016/07/15 14:08:07
fwiw in gyp it's a component on windows and a stat
brucedawson
2016/07/15 18:08:54
Yep, and you can't pull a static_library with expo
|
| source_set("libpng_sources") { |
| sources = [ |
| "png.c", |