| Index: build/config/arm.gni
 | 
| diff --git a/build/config/arm.gni b/build/config/arm.gni
 | 
| index d39c6e906ecd40b4c2ce30dfaf3708ac29d0e76a..778ecc10715bf51014ce8fa6a41d765f20ad18d4 100644
 | 
| --- a/build/config/arm.gni
 | 
| +++ b/build/config/arm.gni
 | 
| @@ -2,7 +2,7 @@
 | 
|  # Use of this source code is governed by a BSD-style license that can be
 | 
|  # found in the LICENSE file.
 | 
|  
 | 
| -if (cpu_arch == "arm") {
 | 
| +if (current_cpu == "arm") {
 | 
|    declare_args() {
 | 
|      # Version of the ARM processor when compiling on ARM. Ignored on non-ARM
 | 
|      # platforms.
 | 
| 
 |