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

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

Issue 10209010: Adding Chrome Remote Desktop binaries to the symbol server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Archiving all remoting binaries and symbols to remoting-win32.zip. Created 8 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 unified diff | Download patch | Annotate | Revision Log
« 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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 }, 457 },
458 # Remoting files: 458 # Remoting files:
459 { 459 {
460 'filename': 'chromoting.msi', 460 'filename': 'chromoting.msi',
461 'arch': ['32bit', '64bit'], 461 'arch': ['32bit', '64bit'],
462 'buildtype': ['dev', 'official'], 462 'buildtype': ['dev', 'official'],
463 'archive': 'remoting-host.msi', 463 'archive': 'remoting-host.msi',
464 'direct_archive': 1, 464 'direct_archive': 1,
465 }, 465 },
466 { 466 {
467 'filename': 'remoting_host_controller.exe',
468 'arch': ['32bit', '64bit'],
469 'buildtype': ['dev', 'official'],
470 'archive': 'remoting-win32.zip',
471 'filegroup': ['symsrc'],
472 },
473 {
474 'filename': 'remoting_host_controller.pdb',
475 'arch': ['32bit', '64bit'],
476 'buildtype': ['dev', 'official'],
477 'archive': 'remoting-win32.zip',
478 },
479 {
480 'filename': 'remoting_host_plugin.dll',
481 'arch': ['32bit', '64bit'],
482 'buildtype': ['dev', 'official'],
483 'archive': 'remoting-win32.zip',
484 'filegroup': ['symsrc'],
485 },
486 {
487 'filename': 'remoting_host_plugin.pdb',
488 'arch': ['32bit', '64bit'],
489 'buildtype': ['dev', 'official'],
490 'archive': 'remoting-win32.zip',
491 },
492 {
493 'filename': 'remoting_me2me_host.exe',
494 'arch': ['32bit', '64bit'],
495 'buildtype': ['dev', 'official'],
496 'archive': 'remoting-win32.zip',
497 'filegroup': ['symsrc'],
498 },
499 {
500 'filename': 'remoting_me2me_host.pdb',
501 'arch': ['32bit', '64bit'],
502 'buildtype': ['dev', 'official'],
503 'archive': 'remoting-win32.zip',
504 },
505 {
506 'filename': 'remoting_service.exe',
507 'arch': ['32bit', '64bit'],
508 'buildtype': ['dev', 'official'],
509 'archive': 'remoting-win32.zip',
510 'filegroup': ['symsrc'],
511 },
512 {
513 'filename': 'remoting_service.pdb',
514 'arch': ['32bit', '64bit'],
515 'buildtype': ['dev', 'official'],
516 'archive': 'remoting-win32.zip',
517 },
518 {
467 'filename': 'remoting-webapp.zip', 519 'filename': 'remoting-webapp.zip',
468 'arch': ['32bit', '64bit'], 520 'arch': ['32bit', '64bit'],
469 'buildtype': ['dev', 'official'], 521 'buildtype': ['dev', 'official'],
470 'archive': 'remoting-webapp.zip', 522 'archive': 'remoting-webapp.zip',
471 }, 523 },
472 # Cloud Print virtual driver files: 524 # Cloud Print virtual driver files:
473 { 525 {
474 'filename': 'gcp_portmon.dll', 526 'filename': 'gcp_portmon.dll',
475 'arch': ['32bit', '64bit'], 527 'arch': ['32bit', '64bit'],
476 'buildtype': ['dev', 'official'], 528 'buildtype': ['dev', 'official'],
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 'filegroup': ['symbols'], 682 'filegroup': ['symbols'],
631 }, 683 },
632 { 684 {
633 'filename': 'ppGoogleNaClPluginChrome.pdb', 685 'filename': 'ppGoogleNaClPluginChrome.pdb',
634 'arch': ['32bit', '64bit'], 686 'arch': ['32bit', '64bit'],
635 'buildtype': ['dev', 'official'], 687 'buildtype': ['dev', 'official'],
636 'archive': 'chrome-win32-syms.zip', 688 'archive': 'chrome-win32-syms.zip',
637 'filegroup': ['symbols'], 689 'filegroup': ['symbols'],
638 }, 690 },
639 { 691 {
640 'filename': 'remoting_host_controller.pdb',
641 'arch': ['32bit', '64bit'],
642 'buildtype': ['dev', 'official'],
643 'archive': 'chrome-win32-syms.zip',
644 'filegroup': ['symbols'],
645 },
646 {
647 'filename': 'remoting_host_plugin.pdb',
648 'arch': ['32bit', '64bit'],
649 'buildtype': ['dev', 'official'],
650 'archive': 'chrome-win32-syms.zip',
651 'filegroup': ['symbols'],
652 },
653 {
654 'filename': 'remoting_me2me_host.pdb',
655 'arch': ['32bit', '64bit'],
656 'buildtype': ['dev', 'official'],
657 'archive': 'chrome-win32-syms.zip',
658 'filegroup': ['symbols'],
659 },
660 {
661 'filename': 'remoting_service.pdb',
662 'arch': ['32bit', '64bit'],
663 'buildtype': ['dev', 'official'],
664 'archive': 'chrome-win32-syms.zip',
665 'filegroup': ['symbols'],
666 },
667 {
668 'filename': 'setup.pdb', 692 'filename': 'setup.pdb',
669 'arch': ['32bit', '64bit'], 693 'arch': ['32bit', '64bit'],
670 'buildtype': ['dev', 'official'], 694 'buildtype': ['dev', 'official'],
671 'archive': 'chrome-win32-syms.zip', 695 'archive': 'chrome-win32-syms.zip',
672 'filegroup': ['symbols'], 696 'filegroup': ['symbols'],
673 }, 697 },
674 { 698 {
675 'filename': 'gcp_portmon.pdb', 699 'filename': 'gcp_portmon.pdb',
676 'arch': ['32bit', '64bit'], 700 'arch': ['32bit', '64bit'],
677 'buildtype': ['dev', 'official'], 701 'buildtype': ['dev', 'official'],
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 'filegroup': ['symbols'], 752 'filegroup': ['symbols'],
729 }, 753 },
730 { 754 {
731 'filename': 'syzygy/mini_installer.pdb', 755 'filename': 'syzygy/mini_installer.pdb',
732 'arch': ['32bit', '64bit'], 756 'arch': ['32bit', '64bit'],
733 'buildtype': ['official'], 757 'buildtype': ['official'],
734 'archive': 'chrome-win32-syms.zip', 758 'archive': 'chrome-win32-syms.zip',
735 'filegroup': ['symbols'], 759 'filegroup': ['symbols'],
736 }, 760 },
737 ] 761 ]
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