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

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

Issue 308663007: Merge 273896 "PDF: Correct the name for pdf.dll.pdb." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2022/src/
Patch Set: Created 6 years, 7 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
===================================================================
--- chrome/tools/build/win/FILES.cfg (revision 273904)
+++ chrome/tools/build/win/FILES.cfg (working copy)
@@ -672,11 +672,6 @@
'archive': 'chrome-win32-syms.zip',
},
{
- 'filename': 'libpdf.dll.pdb',
- 'buildtype': ['dev', 'official'],
- 'archive': 'chrome-win32-syms.zip',
- },
- {
'filename': 'libpeerconnection.dll.pdb',
'buildtype': ['dev', 'official'],
'archive': 'chrome-win32-syms.zip',
@@ -694,6 +689,11 @@
'archive': 'chrome-win32-syms.zip',
},
{
+ 'filename': 'pdf.dll.pdb',
+ 'buildtype': ['dev', 'official'],
+ 'archive': 'chrome-win32-syms.zip',
+ },
+ {
'filename': 'ppGoogleNaClPluginChrome.dll.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