Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(622)

Unified Diff: components/policy/BUILD.gn

Issue 2645053003: Cloud policy for full runtime added. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/policy/tools/generate_policy_source.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/BUILD.gn
diff --git a/components/policy/BUILD.gn b/components/policy/BUILD.gn
index bf7ceca0df574078cdf66dadacc47c33013ecf53..e6aea95c79616abde1925c88193b90980fed02ee 100644
--- a/components/policy/BUILD.gn
+++ b/components/policy/BUILD.gn
@@ -50,6 +50,8 @@ config("component_implementation") {
# for policies of the same type, so that less classes have to be generated
# and compiled.
cloud_policy_proto_path = "$target_gen_dir/proto/cloud_policy.proto"
+cloud_policy_full_runtime_proto_path =
+ "$target_gen_dir/proto/cloud_policy_full_runtime.proto"
# This is the "full" protobuf, which defines one protobuf message per
# policy. It is also the format currently used by the server.
@@ -82,6 +84,7 @@ action("cloud_policy_code_generate") {
protobuf_decoder_path,
chrome_settings_proto_path,
cloud_policy_proto_path,
+ cloud_policy_full_runtime_proto_path,
app_restrictions_path,
risk_tag_header_path,
]
@@ -99,6 +102,8 @@ action("cloud_policy_code_generate") {
rebase_path(chrome_settings_proto_path, root_build_dir),
"--cloud-policy-protobuf=" +
rebase_path(cloud_policy_proto_path, root_build_dir),
+ "--cloud-policy-full-runtime-protobuf=" +
+ rebase_path(cloud_policy_full_runtime_proto_path, root_build_dir),
"--cloud-policy-decoder=" +
rebase_path(protobuf_decoder_path, root_build_dir),
"--app-restrictions-definition=" +
« no previous file with comments | « no previous file | components/policy/tools/generate_policy_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698