Chromium Code Reviews| Index: build/secondary/third_party/libjpeg_turbo/BUILD.gn |
| diff --git a/build/secondary/third_party/libjpeg_turbo/BUILD.gn b/build/secondary/third_party/libjpeg_turbo/BUILD.gn |
| index 09e5eb49ec08f1e69f3bae63005f746e8731931e..847c94a9300378ace3fc53c06bb60517a33c8fc4 100644 |
| --- a/build/secondary/third_party/libjpeg_turbo/BUILD.gn |
| +++ b/build/secondary/third_party/libjpeg_turbo/BUILD.gn |
| @@ -82,7 +82,7 @@ if (current_cpu == "x86" || current_cpu == "x64") { |
| } else { |
| defines += [ "WIN64" ] |
| } |
| - } else if (is_mac) { |
| + } else if (is_mac || is_ios) { |
| defines += [ "MACHO" ] |
| include_dirs = [ "mac" ] |
| } else if (is_linux || is_android) { |