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

@@ -390,6 +390,18 @@ index e9c18e829eff9..9ed452be61adf 100644
DIR_POLICY_FILES, // Directory for system-wide read-only
// policy files that allow sys-admins
// to set policies for chrome. This directory
diff --git components/policy/BUILD.gn components/policy/BUILD.gn
index b9d5654a206d2..5b91b567e45ff 100644
--- components/policy/BUILD.gn
+++ components/policy/BUILD.gn
@@ -263,6 +263,7 @@ static_library("generated") {
":cloud_policy_proto_generated_compile",
":policy_code_generate",
"//base",
+ "//cef/libcef/features:buildflags",
"//components/policy/core/common:common_constants",
"//components/policy/proto:policy_common_definitions_compile_proto",
"//third_party/protobuf:protobuf_lite",
diff --git components/policy/tools/generate_policy_source.py components/policy/tools/generate_policy_source.py
index 41f2f032eeaa6..cd191b61b9c1e 100755
--- components/policy/tools/generate_policy_source.py