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

Unified Diff: components/policy.gypi

Issue 929353002: Fix generate_policy_source.py to honour supported_on ranges. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Mattias' final nit. Created 5 years, 8 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/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy.gypi
diff --git a/components/policy.gypi b/components/policy.gypi
index c2b99d8cae317b7e691590a84b2185e4d3ba2f11..06253e8e53f7bbb42cc311f1c85f8ed3cdec396d 100644
--- a/components/policy.gypi
+++ b/components/policy.gypi
@@ -103,6 +103,7 @@
{
'inputs': [
'policy/resources/policy_templates.json',
+ '<(DEPTH)/chrome/VERSION',
'<(generate_policy_source_script_path)',
],
'outputs': [
@@ -123,6 +124,7 @@
'--cloud-policy-protobuf=<(cloud_policy_proto_path)',
'--cloud-policy-decoder=<(protobuf_decoder_path)',
'--app-restrictions-definition=<(app_restrictions_path)',
+ '<(DEPTH)/chrome/VERSION',
'<(OS)',
'<(chromeos)',
'policy/resources/policy_templates.json',
« no previous file with comments | « no previous file | components/policy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698