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

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

Issue 298253010: Add syzygy/instrumented/chrome_child.dll to the official SyzyASan archives. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 }, 553 },
554 { 554 {
555 'filename': 'syzygy/chrome_child.dll', 555 'filename': 'syzygy/chrome_child.dll',
556 'arch': ['32bit'], 556 'arch': ['32bit'],
557 'buildtype': ['dev', 'official'], 557 'buildtype': ['dev', 'official'],
558 'archive': 'syzygy/chrome_child.dll', 558 'archive': 'syzygy/chrome_child.dll',
559 'filegroup': ['symsrc'], 559 'filegroup': ['symsrc'],
560 'optional': ['dev', 'official'], 560 'optional': ['dev', 'official'],
561 }, 561 },
562 { 562 {
563 'filename': 'syzygy/instrumented/chrome_child.dll',
564 'arch': ['32bit'],
565 'buildtype': ['official'],
566 'archive': 'syzygy/instrumented/chrome_child.dll',
567 'filegroup': ['symsrc'],
568 'optional': ['official'],
569 },
570 {
563 'filename': 'syzygy/mini_installer.exe', 571 'filename': 'syzygy/mini_installer.exe',
564 'arch': ['32bit'], 572 'arch': ['32bit'],
565 'buildtype': ['dev', 'official'], 573 'buildtype': ['dev', 'official'],
566 'archive': 'syzygy/mini_installer.exe', 574 'archive': 'syzygy/mini_installer.exe',
567 'filegroup': ['symsrc'], 575 'filegroup': ['symsrc'],
568 'optional': ['dev'], 576 'optional': ['dev'],
569 }, 577 },
570 { 578 {
571 'filename': 'syzygy/chrome.packed.7z', 579 'filename': 'syzygy/chrome.packed.7z',
572 'arch': ['32bit'], 580 'arch': ['32bit'],
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 'arch': ['32bit'], 742 'arch': ['32bit'],
735 'buildtype': ['official'], 743 'buildtype': ['official'],
736 'archive': 'chrome-win32-nacl-irt-syms.zip', 744 'archive': 'chrome-win32-nacl-irt-syms.zip',
737 }, 745 },
738 { 746 {
739 'filename': 'nacl_irt_x86_64.nexe.debug', 747 'filename': 'nacl_irt_x86_64.nexe.debug',
740 'buildtype': ['official'], 748 'buildtype': ['official'],
741 'archive': 'chrome-win32-nacl-irt-syms.zip', 749 'archive': 'chrome-win32-nacl-irt-syms.zip',
742 }, 750 },
743 ] 751 ]
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