Chromium Code Reviews| Index: components/BUILD.gn |
| diff --git a/components/BUILD.gn b/components/BUILD.gn |
| index f9f02d4b6fef40c113c9a8c82d951cd3e98621f6..fd458b5905872ca3dc2cbdb688340007a0c98a75 100644 |
| --- a/components/BUILD.gn |
| +++ b/components/BUILD.gn |
| @@ -158,7 +158,7 @@ test("components_unittests") { |
| "//components/translate/ios/browser:unit_tests", |
| ] |
| - if (target_cpu != "arm") { |
| + if (current_cpu != "arm") { |
| # TODO(GYP): iOS arm builds of libwebp don't work yet. |
| deps += [ "//components/webp_transcode:unit_tests" ] |
| } |