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

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: Add some error handling for malformatted supported_on version ranges. Created 5 years, 10 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') | components/policy/BUILD.gn » ('J')
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 e6573b6a289f0f0edfdc87ed449bffdc5ee0db6a..1c174bd3493d3acf3974027af300c04c269dc4bd 100644
--- a/components/policy.gypi
+++ b/components/policy.gypi
@@ -6,6 +6,7 @@
'includes': [
# Included to get 'mac_bundle_id' and other variables.
'../build/chrome_settings.gypi',
+ '../build/util/version.gypi',
],
'variables': {
'chromium_code': 1,
@@ -128,6 +129,7 @@
'--cloud-policy-decoder=<(protobuf_decoder_path)',
'--app-restrictions-definition=<(app_restrictions_path)',
'--app-restrictions-resources=<(app_resources_path)',
+ '<(version_full)',
'<(OS)',
'<(chromeos)',
'policy/resources/policy_templates.json',
« no previous file with comments | « no previous file | components/policy/BUILD.gn » ('j') | components/policy/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698