linux/win: Fix wrong libexif target type in GN build.
commit23a031851c5a181a8e1bf0f4bec4124ff45bb446
authorvchigrin <vchigrin@yandex-team.ru>
Mon, 14 Sep 2015 20:10:47 +0000 (14 13:10 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 14 Sep 2015 20:11:33 +0000 (14 20:11 +0000)
tree6c4dc745df4a1e2d64d02fccd0be0d52c928df79
parent1be03651d5e0ce01407e2863d860b698182ef17f
linux/win: Fix wrong libexif target type in GN build.

ExifFunctions in image_metadata_extractor.cc loads libexif as
a dll/so, so the target needs to be a shared_library.

This isn't quite right on OS X yet, but it fixes the problem on other
platforms at least.

Review URL: https://codereview.chromium.org/1343453002

Cr-Commit-Position: refs/heads/master@{#348697}
third_party/libexif/BUILD.gn