diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 00:47:07 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 00:47:07 +0000 |
commit | e8c7f632ed1d0e66eb368c04b99800efb2b70282 (patch) | |
tree | 62facd9fbdbf1435fcc5e759973b11ecb078c86f /chrome/installer/util/prebuild/create_string_rc.py | |
parent | f171481142627ebebe6128f75bce0b323291b7be (diff) | |
download | chromium_src-e8c7f632ed1d0e66eb368c04b99800efb2b70282.zip chromium_src-e8c7f632ed1d0e66eb368c04b99800efb2b70282.tar.gz chromium_src-e8c7f632ed1d0e66eb368c04b99800efb2b70282.tar.bz2 |
Fix installer_util_strings project with incredibuild.
It was failing to generate $(OutDir)\obj\global_intermediate\installer_util_strings\installer_util_strings.*
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/196046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25694 0039d316-1c4b-4281-b951-d872f2087c98
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 |