diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-20 17:57:15 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-20 17:57:15 +0000 |
commit | 91212a475bd9bfaa3d6044cc868df08dadd9e825 (patch) | |
tree | 26eca09bdf612aa4afba90364447b8f495985e48 /chrome/installer | |
parent | 48ec1fdcc12bbde0a3e5cb68a873cc12269db760 (diff) | |
download | chromium_src-91212a475bd9bfaa3d6044cc868df08dadd9e825.zip chromium_src-91212a475bd9bfaa3d6044cc868df08dadd9e825.tar.gz chromium_src-91212a475bd9bfaa3d6044cc868df08dadd9e825.tar.bz2 |
Add d3dx9_42.dll, libEGL.dll, and libGLESv2.dll to the distributed builds.
Landed issue 3032040 on darin@'s behalf. Original:
http://codereview.chromium.org/3032040/show
The issue with the introducation of a dependency on msvcr80.dll mentioned in the original issue comments is resolved. It seemed to be specific to darin's build configuration.
TEST=try
BUG=none
Review URL: http://codereview.chromium.org/3118001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/mini_installer/chrome.release | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/installer/mini_installer/chrome.release b/chrome/installer/mini_installer/chrome.release index a58fc28..48100b8 100644 --- a/chrome/installer/mini_installer/chrome.release +++ b/chrome/installer/mini_installer/chrome.release @@ -48,6 +48,9 @@ servers\*.exe: %(VersionDir)s\ Extensions\*.*: %(VersionDir)s\Extensions\ av*.dll: %(VersionDir)s\ pdf.dll: %(VersionDir)s\ +d3dx9_42.dll: %(VersionDir)s\ +libEGL.dll: %(VersionDir)s\ +libGLESv2.dll: %(VersionDir)s\ [GOOGLE_CHROME] gcswf32.dll: %(VersionDir)s\ |