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

Unified Diff: components/policy.gypi

Issue 1151523003: [Android][Cleanup] Remove temporary clobber scripts after r1062213002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/tools/remove_localized_app_restrictions.py » ('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 06253e8e53f7bbb42cc311f1c85f8ed3cdec396d..ec76518ab236c6941b4e8b469b77dd32e3065b8a 100644
--- a/components/policy.gypi
+++ b/components/policy.gypi
@@ -360,30 +360,11 @@
],
'actions': [
{
- 'action_name': 'remove_localized_resources',
- 'outputs': [
- '<(input_resources_dir)/remove_localized_resources.d.stamp'
- ],
- 'inputs': [
- 'policy/tools/remove_localized_app_restrictions.py',
- ],
- 'action': [
- 'python',
- 'policy/tools/remove_localized_app_restrictions.py',
- '<(input_resources_dir)',
- ],
- },
- {
'action_name': 'create_resources_zip',
'inputs': [
'<(create_zip_script)',
'<(input_resources_dir)/xml-v21/app_restrictions.xml',
'<(input_resources_dir)/values-v21/restriction_values.xml',
- # A dummy stamp file to remove localized resources without
- # clobbering the build.
- # TODO(475515): Remove after all build bots have run
- # 'remove_localized_resources' target.
- '<(input_resources_dir)/remove_localized_resources.d.stamp',
],
'outputs': [
'<(resources_zip)'
« no previous file with comments | « no previous file | components/policy/tools/remove_localized_app_restrictions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698