Rename chromecast_build.gni to cast.gni.
After the Cast convergence project, the file is generic to all Cast
implementations, not just Chromecast.
Generated with:
tools/git/mffr.py -g "*.gn" -g "*.gni" -g BUILDCONFIG \
'build/config/chromecast_build\.gni' 'build/config/cast.gni'
No-Presubmit: True
Bug: 1294964
Change-Id: Ia50a6287a4eb7c822eec78361ce9e5ccbc8035e1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5002469
Reviewed-by: Andrew Grieve <[email protected]>
Owners-Override: Andrew Grieve <[email protected]>
Commit-Queue: Mark Foltz <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1220521}
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 93559f6..a20f5d7 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/chromecast_build.gni")
+import("//build/config/cast.gni")
import("//build/config/chromeos/ui_mode.gni")
import("//build/config/ui.gni")
import("//gpu/vulkan/features.gni")