Commit 91212a47 authored by apatrick@chromium.org's avatar apatrick@chromium.org

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
parent 48ec1fdc
......@@ -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\
......
......@@ -64,3 +64,6 @@ wow_helper.exe
gcswf32.dll
plugin.vch
pdf.dll
d3dx9_42.dll
libEGL.dll
libGLESv2.dll
\ No newline at end of file
......@@ -347,4 +347,20 @@ FILES = [
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
# ANGLE files:
{
'filename': 'd3dx9_42.dll',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
{
'filename': 'libEGL.dll',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
{
'filename': 'libGLESv2.dll',
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment