summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-07 20:16:43 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-07 20:16:43 +0000
commitc590bf9777c8cb17b0cad4068bc8b3c4e1b0f959 (patch)
tree035c64aabb41e0fa9c869a90b2310d7bbf71ea29 /chrome
parent82886751f64a87ad73669d23015368434cbd9bb1 (diff)
downloadchromium_src-c590bf9777c8cb17b0cad4068bc8b3c4e1b0f959.zip
chromium_src-c590bf9777c8cb17b0cad4068bc8b3c4e1b0f959.tar.gz
chromium_src-c590bf9777c8cb17b0cad4068bc8b3c4e1b0f959.tar.bz2
Updating .release file parsing in the setup project. It was looking for the now missing chrome_frame.release, it should be looking for chrome.release. This fixes a breakage introduced with r51729.
BUG=46818 TEST=none TBR=pkasting Review URL: http://codereview.chromium.org/2877013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51771 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/chrome_installer.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index 35e628f..002eef0 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -189,7 +189,7 @@
],
},
'sources': [
- 'installer/mini_installer/chrome_frame.release',
+ 'installer/mini_installer/chrome.release',
'installer/setup/install.cc',
'installer/setup/install.h',
'installer/setup/setup_main.cc',
@@ -245,7 +245,7 @@
'extension': 'release',
'variables': {
'scan_server_dlls_py' : 'tools/build/win/scan_server_dlls.py',
- 'template_file': 'mini_installer/chrome_frame.release',
+ 'template_file': 'mini_installer/chrome.release',
},
'inputs': [
'<(scan_server_dlls_py)',