Chromium Code Reviews| Index: content/gpu/BUILD.gn |
| diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn |
| index 1056468129f617531f0aa61743365198a0c5e2e4..d43bb8205447c06abdd970572b7bc81b3f649321 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" ] |
| } |