OLD | NEW |
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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 { | 371 { |
372 'filename': 'remoting_controller.exe.pdb', | 372 'filename': 'remoting_controller.exe.pdb', |
373 'buildtype': ['official'], | 373 'buildtype': ['official'], |
374 'archive': 'remoting-win32.zip', | 374 'archive': 'remoting-win32.zip', |
375 }, | 375 }, |
376 { | 376 { |
377 'filename': 'remoting_core.dll', | 377 'filename': 'remoting_core.dll', |
378 'buildtype': ['official'], | 378 'buildtype': ['official'], |
379 'archive': 'remoting-win32.zip', | 379 'archive': 'remoting-win32.zip', |
380 'filegroup': ['symsrc'], | 380 'filegroup': ['symsrc'], |
| 381 'optional': ['official'], |
381 }, | 382 }, |
382 { | 383 { |
383 'filename': 'remoting_core.dll.pdb', | 384 'filename': 'remoting_core.dll.pdb', |
384 'buildtype': ['official'], | 385 'buildtype': ['official'], |
385 'archive': 'remoting-win32.zip', | 386 'archive': 'remoting-win32.zip', |
| 387 'optional': ['official'], |
386 }, | 388 }, |
387 { | 389 { |
388 'filename': 'remoting_desktop.exe', | 390 'filename': 'remoting_desktop.exe', |
389 'buildtype': ['official'], | 391 'buildtype': ['official'], |
390 'archive': 'remoting-win32.zip', | 392 'archive': 'remoting-win32.zip', |
391 'filegroup': ['symsrc'], | 393 'filegroup': ['symsrc'], |
392 'optional': ['official'], | 394 'optional': ['official'], |
393 }, | 395 }, |
394 { | 396 { |
395 'filename': 'remoting_desktop.exe.pdb', | 397 'filename': 'remoting_desktop.exe.pdb', |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 'filename': 'syzygy/chrome.dll.pdb', | 663 'filename': 'syzygy/chrome.dll.pdb', |
662 'buildtype': ['official'], | 664 'buildtype': ['official'], |
663 'archive': 'chrome-win32-syms.zip', | 665 'archive': 'chrome-win32-syms.zip', |
664 }, | 666 }, |
665 { | 667 { |
666 'filename': 'syzygy/mini_installer.exe.pdb', | 668 'filename': 'syzygy/mini_installer.exe.pdb', |
667 'buildtype': ['official'], | 669 'buildtype': ['official'], |
668 'archive': 'chrome-win32-syms.zip', | 670 'archive': 'chrome-win32-syms.zip', |
669 }, | 671 }, |
670 ] | 672 ] |
OLD | NEW |