Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1933)

Unified Diff: chrome/installer/util/prebuild/create_string_rc.py

Issue 196046: Fix installer_util_strings project with incredibuild.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« chrome/installer/installer.gyp ('K') | « chrome/installer/util/prebuild/create_string_rc.bat ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698