Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 255893003: Add libpeerconnection pdb to the symbol archive. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Alphabetize Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..733798a9f8b24b03453a52f8010c9e726c353862 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -672,6 +672,12 @@ FILES = [
'archive': 'chrome-win32-syms.zip',
},
{
+ 'filename': 'libpeerconnection.dll.pdb',
+ 'buildtype': ['dev', 'official'],
+ 'archive': 'chrome-win32-syms.zip',
+ 'optional': ['dev', 'official'],
+ },
+ {
'filename': 'mini_installer.exe.pdb',
'buildtype': ['dev', 'official'],
'archive': 'chrome-win32-syms.zip',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698