Chromium Code Reviews| Index: third_party/libexif/BUILD.gn |
| diff --git a/third_party/libexif/BUILD.gn b/third_party/libexif/BUILD.gn |
| index 8eba1135dd9827e07b94412dadf5ae1977aaefc7..04db0bbec559bec17aa3aff9ca06160de097f20d 100644 |
| --- a/third_party/libexif/BUILD.gn |
| +++ b/third_party/libexif/BUILD.gn |
| @@ -19,7 +19,7 @@ if (!is_linux || is_chromeos) { |
| } |
| } |
| - static_library("libexif") { |
| + shared_library("libexif") { |
|
Nico
2015/09/14 19:37:33
(FWIW, this is probably not correct on OS X yet. s
|
| sources = [ |
| "sources/libexif/canon/exif-mnote-data-canon.c", |
| "sources/libexif/canon/mnote-canon-entry.c", |