| 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',
|
|
|