Chromium Code Reviews| Index: content/gpu/BUILD.gn |
| diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn |
| index 2a86d5ce1a2c93e261ac3a73859fc1eba423c650..dea59e55fada527e861de49b533d095ead1d8a53 100644 |
| --- a/content/gpu/BUILD.gn |
| +++ b/content/gpu/BUILD.gn |
| @@ -43,7 +43,7 @@ source_set("gpu") { |
| ] |
| } |
| - if (is_chromeos && cpu_arch != "arm") { |
| + if (is_chromeos && current_cpu != "arm") { |
| configs += [ "//third_party/libva:libva_config" ] |
| } |