| Index: chrome/utility/BUILD.gn
|
| diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
|
| index f7c0d0e52687db2519638ecff075fb4e4422ac5b..22435b7e608a29b00f93dcb9994ac7fa5cd73c72 100644
|
| --- a/chrome/utility/BUILD.gn
|
| +++ b/chrome/utility/BUILD.gn
|
| @@ -92,6 +92,12 @@ static_library("utility") {
|
| ".",
|
| "..")
|
| }
|
| +
|
| + # Linux should use system libexif
|
| + if (!is_linux || is_chromeos) {
|
| + # TODO(thestig): Properly support building on Linux and ChromeOS.
|
| + deps += [ "//third_party/libexif" ]
|
| + }
|
| }
|
|
|
| if (use_nss_certs) {
|
|
|