patch: Add CEF deps for //components patches (see #3824)

These deps were previously applied to //base via
base_sandbox_2743.patch.
This commit is contained in:
Marshall Greenblatt
2025-05-17 13:01:21 -04:00
parent d009f6e1ee
commit 4ceedd7f43
2 changed files with 24 additions and 0 deletions

View File

@@ -22,6 +22,18 @@ index 0a360f45e89d9..c88c7ea9177e5 100644
// These are protected so they can only be accessed by the friend
// classes listed above.
diff --git components/variations/BUILD.gn components/variations/BUILD.gn
index 913e7120b3a1e..323975990c8ea 100644
--- components/variations/BUILD.gn
+++ components/variations/BUILD.gn
@@ -131,6 +131,7 @@ component("variations") {
":buildflags",
":variations_mojom",
"proto",
+ "//cef/libcef/features:buildflags",
"//components/crash/core/common:crash_key",
"//components/prefs",
"//components/version_info",
diff --git components/variations/synthetic_trials_active_group_id_provider.cc components/variations/synthetic_trials_active_group_id_provider.cc
index bd51697297471..3e669cd080457 100644
--- components/variations/synthetic_trials_active_group_id_provider.cc