| Index: chrome/tools/check_grd_for_unused_strings.py
|
| diff --git a/chrome/tools/check_grd_for_unused_strings.py b/chrome/tools/check_grd_for_unused_strings.py
|
| index fa757b1298febb82cff3ab0c1d4ee13274664297..eb7ed1f4f553446781a5d839882ce99ffc3545ab 100755
|
| --- a/chrome/tools/check_grd_for_unused_strings.py
|
| +++ b/chrome/tools/check_grd_for_unused_strings.py
|
| @@ -134,6 +134,8 @@ def main():
|
| ui_base_strings_dir = os.path.join(ui_base_dir, 'strings')
|
| grd_files = [
|
| os.path.join(ash_base_dir, 'ash_strings.grd'),
|
| + os.path.join(ash_base_dir, 'resources', 'ash_resources.grd'),
|
| + os.path.join(ash_base_dir, 'resources', 'ash_wallpaper_resources.grd'),
|
| os.path.join(chrome_app_dir, 'chromium_strings.grd'),
|
| os.path.join(chrome_app_dir, 'generated_resources.grd'),
|
| os.path.join(chrome_app_dir, 'google_chrome_strings.grd'),
|
| @@ -149,7 +151,6 @@ def main():
|
| os.path.join(chrome_dir, 'renderer', 'resources',
|
| 'renderer_resources.grd'),
|
| os.path.join(src_dir, 'ui', 'resources', 'ui_resources.grd'),
|
| - os.path.join(src_dir, 'ui', 'resources', 'ui_resources_wallpapers.grd'),
|
| os.path.join(ui_base_strings_dir, 'app_locale_settings.grd'),
|
| os.path.join(ui_base_strings_dir, 'ui_strings.grd'),
|
| ]
|
|
|