Index: content/gpu/BUILD.gn |
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn |
index 2f5d1133244fd8fda557203b4e4c91dd9b5a0c47..5c590ef4b339fec9a8fc49eba553aa21dae91afe 100644 |
--- a/content/gpu/BUILD.gn |
+++ b/content/gpu/BUILD.gn |
@@ -58,7 +58,7 @@ source_set("gpu_sources") { |
] |
} |
- if (is_chromeos && current_cpu != "arm") { |
+ if (is_chromeos_ui && current_cpu != "arm") { |
configs += [ "//third_party/libva:libva_config" ] |
} |