summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-20 17:57:15 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-20 17:57:15 +0000
commit91212a475bd9bfaa3d6044cc868df08dadd9e825 (patch)
tree26eca09bdf612aa4afba90364447b8f495985e48 /chrome/tools
parent48ec1fdcc12bbde0a3e5cb68a873cc12269db760 (diff)
downloadchromium_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/tools')
-rw-r--r--chrome/tools/build/win/FILES3
-rw-r--r--chrome/tools/build/win/FILES.cfg16
2 files changed, 19 insertions, 0 deletions
diff --git a/chrome/tools/build/win/FILES b/chrome/tools/build/win/FILES
index 87b4488..255cd51 100644
--- a/chrome/tools/build/win/FILES
+++ b/chrome/tools/build/win/FILES
@@ -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
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index c258ca2..a5f7da5 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -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'],
+ },
]