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

Side by Side Diff: chrome/tools/build/win/FILES.cfg

Issue 2616373002: Add eventlog_provider.dll.pdb to the archive of symbol files. (Closed)
Patch Set: Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # This is a buildbot configuration file containing a tagged list of files 8 # This is a buildbot configuration file containing a tagged list of files
9 # processed by the stage/archive scripts. The known tags are: 9 # processed by the stage/archive scripts. The known tags are:
10 # 10 #
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'filename': 'chrome_elf.dll.pdb', 581 'filename': 'chrome_elf.dll.pdb',
582 'buildtype': ['dev', 'official'], 582 'buildtype': ['dev', 'official'],
583 'archive': 'chrome-win32-syms.zip', 583 'archive': 'chrome-win32-syms.zip',
584 }, 584 },
585 { 585 {
586 'filename': 'chrome.exe.pdb', 586 'filename': 'chrome.exe.pdb',
587 'buildtype': ['dev', 'official'], 587 'buildtype': ['dev', 'official'],
588 'archive': 'chrome-win32-syms.zip', 588 'archive': 'chrome-win32-syms.zip',
589 }, 589 },
590 { 590 {
591 'filename': 'eventlog_provider.dll.pdb',
592 'buildtype': ['dev', 'official'],
593 'archive': 'chrome-win32-syms.zip',
594 },
595 {
591 'filename': 'libEGL.dll.pdb', 596 'filename': 'libEGL.dll.pdb',
592 'buildtype': ['dev', 'official'], 597 'buildtype': ['dev', 'official'],
593 'archive': 'chrome-win32-syms.zip', 598 'archive': 'chrome-win32-syms.zip',
594 }, 599 },
595 { 600 {
596 'filename': 'libGLESv2.dll.pdb', 601 'filename': 'libGLESv2.dll.pdb',
597 'buildtype': ['dev', 'official'], 602 'buildtype': ['dev', 'official'],
598 'archive': 'chrome-win32-syms.zip', 603 'archive': 'chrome-win32-syms.zip',
599 }, 604 },
600 { 605 {
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'archive': 'content-shell.zip', 744 'archive': 'content-shell.zip',
740 'optional': ['dev'], 745 'optional': ['dev'],
741 }, 746 },
742 { 747 {
743 'filename': 'resources', 748 'filename': 'resources',
744 'buildtype': ['dev'], 749 'buildtype': ['dev'],
745 'archive': 'content-shell.zip', 750 'archive': 'content-shell.zip',
746 'optional': ['dev'], 751 'optional': ['dev'],
747 }, 752 },
748 ] 753 ]
OLDNEW
« 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