summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.xcodeproj
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-25 17:20:31 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-25 17:20:31 +0000
commitcff9344d36ea0276fee4d0adf42c79fa263820d6 (patch)
tree7f8cb905f1cb486585ade5aa53199b899ee0f08d /chrome/chrome.xcodeproj
parent55af4046de847a9f423336d10ac4230c45ac2603 (diff)
downloadchromium_src-cff9344d36ea0276fee4d0adf42c79fa263820d6.zip
chromium_src-cff9344d36ea0276fee4d0adf42c79fa263820d6.tar.gz
chromium_src-cff9344d36ea0276fee4d0adf42c79fa263820d6.tar.bz2
Fix bad path to grit run.
Review URL: http://codereview.chromium.org/28118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10342 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.xcodeproj')
-rwxr-xr-xchrome/chrome.xcodeproj/generate_headers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.xcodeproj/generate_headers.sh b/chrome/chrome.xcodeproj/generate_headers.sh
index cdd54db..a2c2ec4 100755
--- a/chrome/chrome.xcodeproj/generate_headers.sh
+++ b/chrome/chrome.xcodeproj/generate_headers.sh
@@ -75,7 +75,7 @@ if [ "${GRIT_DIR}/grit/debugger_resources.h" -ot \
"${PROJECT_DIR}/browser/debugger/resources/debugger_resources.grd" ]
then
python "${PROJECT_DIR}/../tools/grit/grit.py" \
- -i "${PROJECT_DIR}/browser/debugger/debugger/debugger_resources.grd" build \
+ -i "${PROJECT_DIR}/browser/debugger/resources/debugger_resources.grd" build \
-o "${GRIT_DIR}"
fi