mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user