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..81bef187ccdbd9cf84a10f6576994710bcc3f02d 100644 |
| --- a/build/secondary/third_party/libjpeg_turbo/BUILD.gn |
| +++ b/build/secondary/third_party/libjpeg_turbo/BUILD.gn |
| @@ -6,7 +6,7 @@ |
| # implementation. Use the meta target //third_party:jpeg instead. |
| import("//build/config/sanitizers/sanitizers.gni") |
| -if (current_cpu == "arm") { |
| +if (current_cpu == "arm" || current_cpu == "arm64") { |
| import("//build/config/arm.gni") |
|
Nico
2016/04/14 15:43:55
why is this needed? what reads this?
khasim.mohammed
2016/04/14 16:38:46
arm_fpu is set in arm.gni. This is needed to build
|
| } |