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

Unified Diff: tools/resources/list_resources_removed_by_repack.py

Issue 2163543004: MD Settings: re-enable settings translations ONCE AND FOR ALL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yay golf! Created 4 years, 5 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 | « tools/gritsettings/resource_ids ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/resources/list_resources_removed_by_repack.py
diff --git a/tools/resources/list_resources_removed_by_repack.py b/tools/resources/list_resources_removed_by_repack.py
index db3b4abc1e2ce736e2cda650a6c46ef118198696..0fb21f71a4903204ff55a7e488495a736c73dbdf 100755
--- a/tools/resources/list_resources_removed_by_repack.py
+++ b/tools/resources/list_resources_removed_by_repack.py
@@ -56,11 +56,7 @@ def Main():
product = 'chromium' if build_type == 'chromium' else 'google_chrome'
suffix = product + '_strings.h'
- excluded_headers = set([s % suffix for s in (
- '%s',
- 'components_%s',
- 'settings_%s'
- )])
+ excluded_headers = set([s % suffix for s in ('%s', 'components_%s')])
data_files = []
for root, dirs, files in os.walk(generated_output_dir):
« no previous file with comments | « tools/gritsettings/resource_ids ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698