| 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 'filegroup': ['symsrc'], | 424 'filegroup': ['symsrc'], |
| 425 }, | 425 }, |
| 426 { | 426 { |
| 427 'filename': 'remoting_host.exe.pdb', | 427 'filename': 'remoting_host.exe.pdb', |
| 428 'buildtype': ['official'], | 428 'buildtype': ['official'], |
| 429 'archive': 'remoting-win32.zip', | 429 'archive': 'remoting-win32.zip', |
| 430 }, | 430 }, |
| 431 # Cloud Print files: | 431 # Cloud Print files: |
| 432 { | 432 { |
| 433 'filename': 'gcp_portmon.dll', | 433 'filename': 'gcp_portmon.dll', |
| 434 'arch': ['64bit'], | |
| 435 'buildtype': ['official'], | 434 'buildtype': ['official'], |
| 436 'archive': 'cloud_print.zip', | 435 'archive': 'cloud_print.zip', |
| 437 'filegroup': ['symsrc'], | 436 'filegroup': ['symsrc'], |
| 438 }, | 437 }, |
| 439 { | 438 { |
| 440 'filename': 'gcp_portmon.dll.pdb', | 439 'filename': 'gcp_portmon.dll.pdb', |
| 441 'arch': ['64bit'], | |
| 442 'buildtype': ['official'], | 440 'buildtype': ['official'], |
| 443 'archive': 'cloud_print.zip', | 441 'archive': 'cloud_print.zip', |
| 444 }, | 442 }, |
| 445 { | 443 { |
| 444 'filename': 'gcp_portmon64.dll', |
| 445 'buildtype': ['official'], |
| 446 'archive': 'cloud_print.zip', |
| 447 'filegroup': ['symsrc'], |
| 448 }, |
| 449 { |
| 446 'filename': 'gcp_driver.inf', | 450 'filename': 'gcp_driver.inf', |
| 447 'arch': ['64bit'], | |
| 448 'buildtype': ['official'], | 451 'buildtype': ['official'], |
| 449 'archive': 'cloud_print.zip', | 452 'archive': 'cloud_print.zip', |
| 450 }, | 453 }, |
| 451 { | 454 { |
| 452 'filename': 'gcp_driver.gpd', | 455 'filename': 'gcp_driver.gpd', |
| 453 'arch': ['64bit'], | |
| 454 'buildtype': ['official'], | 456 'buildtype': ['official'], |
| 455 'archive': 'cloud_print.zip', | 457 'archive': 'cloud_print.zip', |
| 456 }, | 458 }, |
| 457 { | 459 { |
| 458 'filename': 'virtual_driver_setup.exe', | 460 'filename': 'virtual_driver_setup.exe', |
| 459 'arch': ['64bit'], | |
| 460 'buildtype': ['official'], | 461 'buildtype': ['official'], |
| 461 'archive': 'cloud_print.zip', | 462 'archive': 'cloud_print.zip', |
| 462 'filegroup': ['symsrc'], | 463 'filegroup': ['symsrc'], |
| 463 }, | 464 }, |
| 464 { | 465 { |
| 465 'filename': 'virtual_driver_setup.exe.pdb', | 466 'filename': 'virtual_driver_setup.exe.pdb', |
| 466 'arch': ['64bit'], | |
| 467 'buildtype': ['official'], | 467 'buildtype': ['official'], |
| 468 'archive': 'cloud_print.zip', | 468 'archive': 'cloud_print.zip', |
| 469 }, | 469 }, |
| 470 # Syzygy modified binaries and related files. Only add to this section if you | 470 # Syzygy modified binaries and related files. Only add to this section if you |
| 471 # know what you're doing! The build configuration has to be modified to run | 471 # know what you're doing! The build configuration has to be modified to run |
| 472 # Syzygy on the target in question before adding a staging dependency here! | 472 # Syzygy on the target in question before adding a staging dependency here! |
| 473 { | 473 { |
| 474 'filename': 'syzygy/chrome.dll', | 474 'filename': 'syzygy/chrome.dll', |
| 475 'arch': ['32bit'], | 475 'arch': ['32bit'], |
| 476 'buildtype': ['dev', 'official'], | 476 'buildtype': ['dev', 'official'], |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 733 'archive': 'content-shell.zip', | 733 'archive': 'content-shell.zip', |
| 734 'optional': ['dev'], | 734 'optional': ['dev'], |
| 735 }, | 735 }, |
| 736 { | 736 { |
| 737 'filename': 'resources', | 737 'filename': 'resources', |
| 738 'buildtype': ['dev'], | 738 'buildtype': ['dev'], |
| 739 'archive': 'content-shell.zip', | 739 'archive': 'content-shell.zip', |
| 740 'optional': ['dev'], | 740 'optional': ['dev'], |
| 741 }, | 741 }, |
| 742 ] | 742 ] |
| OLD | NEW |