Index: content/gpu/BUILD.gn |
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn |
index 2f5d1133244fd8fda557203b4e4c91dd9b5a0c47..dce75e27b9bb97118a16045e42912dabb39ba3b3 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 (use_cros_fe && current_cpu != "arm") { |
configs += [ "//third_party/libva:libva_config" ] |
} |