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

Unified Diff: chrome/app/policy/cloud_policy_codegen.gyp

Issue 8467011: Include only policy definitions that apply to the platfrom in the policy definition list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
Index: chrome/app/policy/cloud_policy_codegen.gyp
diff --git a/chrome/app/policy/cloud_policy_codegen.gyp b/chrome/app/policy/cloud_policy_codegen.gyp
index 52daac4d044aae555ca310640acaf286271a19ed..31d163e9285b324087c37ab70b0cad91bcc7a373 100644
--- a/chrome/app/policy/cloud_policy_codegen.gyp
+++ b/chrome/app/policy/cloud_policy_codegen.gyp
@@ -48,6 +48,7 @@
'--policy-protobuf=<(cloud_policy_proto_path)',
'--protobuf-decoder=<(protobuf_decoder_path)',
'<(OS)',
+ '<(chromeos)',
'policy_templates.json',
],
'message': 'Generating policy source',

Powered by Google App Engine
This is Rietveld 408576698