Index: content/gpu/BUILD.gn |
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn |
index 5043e8a06f281272f614d960d7e7a0dc0f65ed17..6f094585e9fd0b83d8aaf0069e419250b04a87bf 100644 |
--- a/content/gpu/BUILD.gn |
+++ b/content/gpu/BUILD.gn |
@@ -78,7 +78,7 @@ source_set("gpu_sources") { |
] |
} |
- if (is_chromeos && current_cpu != "arm") { |
+ if ((is_chromeos || is_linux) && current_cpu != "arm") { |
configs += [ "//third_party/libva:libva_config" ] |
} |