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

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

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.bat
===================================================================
--- chrome/installer/util/prebuild/create_string_rc.bat (revision 25620)
+++ chrome/installer/util/prebuild/create_string_rc.bat (working copy)
@@ -1,10 +0,0 @@
-:: A wrapper file for running create_string_rc.py from visual studio.
-
-setlocal
-set OUTFILE=%~1
-set PYTHON=%~dp0..\..\..\..\third_party\python_24\python.exe
-
-:: Add grit to the python path so we can import FP.py.
-set PYTHONPATH=%~dp0..\..\..\..\tools\grit\grit\extern
-
-%PYTHON% create_string_rc.py %OUTFILE%

Powered by Google App Engine
This is Rietveld 408576698