| Index: chrome/installer/util/prebuild/create_string_rc.py
|
| ===================================================================
|
| --- chrome/installer/util/prebuild/create_string_rc.py (revision 25620)
|
| +++ chrome/installer/util/prebuild/create_string_rc.py (working copy)
|
| @@ -29,8 +29,11 @@
|
| 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
|
|
|