| Index: components/policy.gypi
|
| diff --git a/components/policy.gypi b/components/policy.gypi
|
| index 9c318237d47c2169c3cd4fef4fa60c6a01c05c5b..ebfbcdd506865db6a007a090c1db0a1eea2f40b1 100644
|
| --- a/components/policy.gypi
|
| +++ b/components/policy.gypi
|
| @@ -12,7 +12,6 @@
|
| 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
|
| 'policy_out_dir': '<(SHARED_INTERMEDIATE_DIR)/policy',
|
| 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
|
| - 'android_resources_out_dir': '<(policy_out_dir)/android_resources',
|
| 'generate_policy_source_script_path':
|
| 'policy/tools/generate_policy_source.py',
|
| 'policy_constant_header_path':
|
| @@ -21,10 +20,6 @@
|
| '<(policy_out_dir)/policy/policy_constants.cc',
|
| 'protobuf_decoder_path':
|
| '<(policy_out_dir)/policy/cloud_policy_generated.cc',
|
| - 'app_restrictions_path':
|
| - '<(android_resources_out_dir)/xml/app_restrictions.xml',
|
| - 'app_resources_path':
|
| - '<(android_resources_out_dir)/values/restriction_values.xml',
|
| # This is the "full" protobuf, which defines one protobuf message per
|
| # policy. It is also the format currently used by the server.
|
| 'chrome_settings_proto_path':
|
| @@ -114,8 +109,6 @@
|
| '<(protobuf_decoder_path)',
|
| '<(chrome_settings_proto_path)',
|
| '<(cloud_policy_proto_path)',
|
| - '<(app_restrictions_path)',
|
| - '<(app_resources_path)',
|
| ],
|
| 'action_name': 'generate_policy_source',
|
| 'action': [
|
| @@ -126,21 +119,11 @@
|
| '--chrome-settings-protobuf=<(chrome_settings_proto_path)',
|
| '--cloud-policy-protobuf=<(cloud_policy_proto_path)',
|
| '--cloud-policy-decoder=<(protobuf_decoder_path)',
|
| - '--app-restrictions-definition=<(app_restrictions_path)',
|
| - '--app-restrictions-resources=<(app_resources_path)',
|
| '<(OS)',
|
| '<(chromeos)',
|
| 'policy/resources/policy_templates.json',
|
| ],
|
| 'message': 'Generating policy source',
|
| - 'conditions': [
|
| - ['OS!="android"', {
|
| - 'outputs!': [
|
| - '<(app_restrictions_path)',
|
| - '<(app_resources_path)',
|
| - ],
|
| - }],
|
| - ],
|
| },
|
| ],
|
| 'direct_dependent_settings': {
|
|
|