Chromium Code Reviews| Index: chrome/tools/build/win/FILES.cfg |
| diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg |
| index 9fe63521f95002e2c7c476b8a278341aa03cfc34..3a5880b79a8c2c2ef978b724ca96fea8f616138c 100644 |
| --- a/chrome/tools/build/win/FILES.cfg |
| +++ b/chrome/tools/build/win/FILES.cfg |
| @@ -692,6 +692,12 @@ FILES = [ |
| 'buildtype': ['dev', 'official'], |
| 'archive': 'chrome-win32-syms.zip', |
| }, |
| + { |
|
grt (UTC plus 2)
2014/04/25 19:30:18
how about moving this up a few lines so that it's
tommi (sloooow) - chröme
2014/04/26 07:37:23
Done.
|
| + 'filename': 'libpeerconnection.dll.pdb', |
| + 'buildtype': ['dev', 'official'], |
| + 'archive': 'chrome-win32-syms.zip', |
| + 'optional': ['dev', 'official'], |
| + }, |
| # PDB files for Syzygy modified binaries. Only add to this section if you |
| # know what you're doing! The build configuration has to be modified to run |
| # Syzygy on the target in question before adding a staging dependency here! |