summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-28 23:44:49 +0000
committerkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-28 23:44:49 +0000
commitbaed3d0c300c390e294928d0b79641000522d7b3 (patch)
tree51aa0a92955b55f8d14d10e9995662b74ee7e8e0
parent7c687b4d471e4f0847c3d720a66270df845e4f5f (diff)
downloadchromium_src-baed3d0c300c390e294928d0b79641000522d7b3.zip
chromium_src-baed3d0c300c390e294928d0b79641000522d7b3.tar.gz
chromium_src-baed3d0c300c390e294928d0b79641000522d7b3.tar.bz2
Fix broken Gears after gyp conversion. The path to gears.dll has changed.
BUG=12844 TEST=Install Chromium and make sure gears.dll is present. Review URL: http://codereview.chromium.org/113976 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17135 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/installer/mini_installer/chrome.release2
-rw-r--r--chrome/tools/build/win/FILES2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/mini_installer/chrome.release b/chrome/installer/mini_installer/chrome.release
index 3cef150..99a697a 100644
--- a/chrome/installer/mini_installer/chrome.release
+++ b/chrome/installer/mini_installer/chrome.release
@@ -33,7 +33,7 @@ wow_helper.exe: %(ChromeDir)s\
Dictionaries\en-US.bdic: %(ChromeDir)s\Dictionaries
chrome.dll: %(VersionDir)s\
icudt38.dll: %(VersionDir)s\
-plugins\gears\gears.dll: %(VersionDir)s\
+gears.dll: %(VersionDir)s\
Themes\default.dll: %(VersionDir)s\Themes
locales\*.dll: %(VersionDir)s\Locales
Resources\Inspector\*.*: %(VersionDir)s\Resources\Inspector
diff --git a/chrome/tools/build/win/FILES b/chrome/tools/build/win/FILES
index 48d3910..76cea4c 100644
--- a/chrome/tools/build/win/FILES
+++ b/chrome/tools/build/win/FILES
@@ -2,6 +2,7 @@ chrome.exe
chrome.dll
crash_service.exe
First Run
+gears.dll
icudt38.dll
themes/default.dll
resources
@@ -57,4 +58,3 @@ locales/uk.dll
locales/vi.dll
locales/zh-CN.dll
locales/zh-TW.dll
-plugins/gears/gears.dll