summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/installer/util/prebuild/create_string_rc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/util/prebuild/create_string_rc.py b/chrome/installer/util/prebuild/create_string_rc.py
index 3eb56e4..7574b16 100644
--- a/chrome/installer/util/prebuild/create_string_rc.py
+++ b/chrome/installer/util/prebuild/create_string_rc.py
@@ -64,7 +64,8 @@ def CollectTranslatedStrings():
'..', 'app/generated_resources.grd')
kTranslationDirectory = os.path.join(path_utils.ScriptDir(), '..', '..',
'..', 'app', 'resources')
- kTranslationFiles = glob.glob(os.path.join(kTranslationDirectory, '*.xtb'))
+ kTranslationFiles = glob.glob(os.path.join(kTranslationDirectory,
+ 'generated_resources*.xtb'))
# Get the strings out of generated_resources.grd.
dom = minidom.parse(kGeneratedResourcesPath)