diff options
Diffstat (limited to 'chrome/installer/util/prebuild/create_string_rc.py')
-rwxr-xr-x | chrome/installer/util/prebuild/create_string_rc.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/installer/util/prebuild/create_string_rc.py b/chrome/installer/util/prebuild/create_string_rc.py index 3c2bda2..daf6690 100755 --- a/chrome/installer/util/prebuild/create_string_rc.py +++ b/chrome/installer/util/prebuild/create_string_rc.py @@ -29,8 +29,11 @@ import os import sys from xml.dom import minidom +# We are expected to use ../../../../third_party/python_24/python.exe from google import path_utils +# Quick hack to fix the path. +sys.path.append(os.path.abspath('../../tools/grit/grit/extern')) import FP # The IDs of strings we want to import from generated_resources.grd and include |