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 e0d94624df2ff95201801574911f9ab86fe267ed..2ff3c90b129b328c6b7af260bea94023755c1973 100755 |
--- a/chrome/tools/check_grd_for_unused_strings.py |
+++ b/chrome/tools/check_grd_for_unused_strings.py |
@@ -151,6 +151,7 @@ def main(): |
os.path.join(chrome_dir, 'renderer', 'resources', |
'renderer_resources.grd'), |
os.path.join(device_base_dir, 'bluetooth', 'bluetooth_strings.grd'), |
+ os.path.join(src_dir, 'extensions', 'extensions_strings.grd'), |
os.path.join(src_dir, 'ui', 'resources', 'ui_resources.grd'), |
os.path.join(src_dir, 'ui', 'webui', 'resources', 'webui_resources.grd'), |
os.path.join(ui_base_strings_dir, 'app_locale_settings.grd'), |
@@ -166,6 +167,7 @@ def main(): |
os.path.join(src_dir, 'components'), |
os.path.join(src_dir, 'content'), |
os.path.join(src_dir, 'device'), |
+ os.path.join(src_dir, 'extensions'), |
os.path.join(src_dir, 'ui'), |
os.path.join(src_dir, 'views'), |
# nsNSSCertHelper.cpp has a bunch of ids |