Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index e47ef757b7abc16dcb050d168a15e189ecd87ea3..111deffd7bf93299edff3b02d8e473198861bb4e 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -170,7 +170,7 @@ group("root") { |
| deps += [ "//rlz:rlz_lib" ] |
| } |
| - if (cpu_arch == "x86" || cpu_arch == "x64") { |
| + if (current_cpu == "x86" || current_cpu == "x64") { |
| # YASM is x86/x64 only. |
| deps += [ "//third_party/yasm($host_toolchain)" ] |
| } |