diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-07 20:22:01 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-07 20:22:01 +0000 |
commit | 7ae2052dab5a91f6a71f26085bd6b03d457fb0db (patch) | |
tree | b77f3c68d7ef6ae47216f4068ff8716873d74e1c /chrome/tools | |
parent | 639b5e6a43f2373953716c723110f0b1743cbeab (diff) | |
download | chromium_src-7ae2052dab5a91f6a71f26085bd6b03d457fb0db.zip chromium_src-7ae2052dab5a91f6a71f26085bd6b03d457fb0db.tar.gz chromium_src-7ae2052dab5a91f6a71f26085bd6b03d457fb0db.tar.bz2 |
Add libEGL.pdb and libGLESv2.pdb to the list of copied symbol files
These DLLs are generated from ANGLE. The pdb's are needed to debug archived continuous builds.
BUG=none
TEST=Check chrome-win32-syms.zip on the builders
Review URL: http://codereview.chromium.org/3310017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/build/win/SYMBOLS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/tools/build/win/SYMBOLS b/chrome/tools/build/win/SYMBOLS index 64f91df..e0159d2 100644 --- a/chrome/tools/build/win/SYMBOLS +++ b/chrome/tools/build/win/SYMBOLS @@ -1,4 +1,6 @@ chrome_dll.pdb chrome_exe.pdb +libEGL.pdb +libGLESv2.pdb mini_installer.pdb -setup.pdb
\ No newline at end of file +setup.pdb |