| 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 { | 432 { |
| 433 'filename': 'remoting_host.exe.pdb', | 433 'filename': 'remoting_host.exe.pdb', |
| 434 'arch': ['32bit'], | 434 'arch': ['32bit'], |
| 435 'buildtype': ['official'], | 435 'buildtype': ['official'], |
| 436 'archive': 'remoting-win32.zip', | 436 'archive': 'remoting-win32.zip', |
| 437 }, | 437 }, |
| 438 # Syzygy modified binaries and related files. Only add to this section if you | 438 # Syzygy modified binaries and related files. Only add to this section if you |
| 439 # know what you're doing! The build configuration has to be modified to run | 439 # know what you're doing! The build configuration has to be modified to run |
| 440 # Syzygy on the target in question before adding a staging dependency here! | 440 # Syzygy on the target in question before adding a staging dependency here! |
| 441 { | 441 { |
| 442 'filename': 'chrome.dll-order.json', | |
| 443 'arch': ['32bit'], | |
| 444 'buildtype': ['dev', 'official'], | |
| 445 'optional': ['dev', 'official'], | |
| 446 }, | |
| 447 { | |
| 448 'filename': 'chrome_child.dll-order.json', | |
| 449 'arch': ['32bit'], | |
| 450 'buildtype': ['dev', 'official'], | |
| 451 'optional': ['dev', 'official'], | |
| 452 }, | |
| 453 { | |
| 454 'filename': 'syzygy/chrome.dll', | 442 'filename': 'syzygy/chrome.dll', |
| 455 'arch': ['32bit'], | 443 'arch': ['32bit'], |
| 456 'buildtype': ['dev', 'official'], | 444 'buildtype': ['dev', 'official'], |
| 457 'archive': 'syzygy/chrome.dll', | 445 'archive': 'syzygy/chrome.dll', |
| 458 'filegroup': ['symsrc'], | 446 'filegroup': ['symsrc'], |
| 459 'optional': ['dev'], | 447 'optional': ['dev', 'official'], |
| 460 }, | 448 }, |
| 461 { | 449 { |
| 462 'filename': 'syzygy/chrome_child.dll', | 450 'filename': 'syzygy/chrome_child.dll', |
| 463 'arch': ['32bit'], | 451 'arch': ['32bit'], |
| 464 'buildtype': ['dev', 'official'], | 452 'buildtype': ['dev', 'official'], |
| 465 'archive': 'syzygy/chrome_child.dll', | 453 'archive': 'syzygy/chrome_child.dll', |
| 466 'filegroup': ['symsrc'], | 454 'filegroup': ['symsrc'], |
| 467 'optional': ['dev', 'official'], | 455 'optional': ['dev', 'official'], |
| 468 }, | 456 }, |
| 469 { | 457 { |
| 470 'filename': 'syzygy/instrumented/chrome_child.dll', | 458 'filename': 'syzygy/instrumented/chrome_child.dll', |
| 471 'arch': ['32bit'], | 459 'arch': ['32bit'], |
| 472 'buildtype': ['official'], | 460 'buildtype': ['official'], |
| 473 'archive': 'syzygy/instrumented/chrome_child.dll', | 461 'archive': 'syzygy/instrumented/chrome_child.dll', |
| 474 'filegroup': ['symsrc'], | 462 'filegroup': ['symsrc'], |
| 475 'optional': ['official'], | 463 'optional': ['official'], |
| 476 }, | 464 }, |
| 477 { | 465 { |
| 478 'filename': 'syzygy/mini_installer.exe', | 466 'filename': 'syzygy/mini_installer.exe', |
| 479 'arch': ['32bit'], | 467 'arch': ['32bit'], |
| 480 'buildtype': ['dev', 'official'], | 468 'buildtype': ['dev', 'official'], |
| 481 'archive': 'syzygy/mini_installer.exe', | 469 'archive': 'syzygy/mini_installer.exe', |
| 482 'filegroup': ['symsrc'], | 470 'filegroup': ['symsrc'], |
| 483 'optional': ['dev'], | 471 'optional': ['dev', 'official'], |
| 484 }, | 472 }, |
| 485 { | 473 { |
| 486 'filename': 'syzygy/chrome.packed.7z', | 474 'filename': 'syzygy/chrome.packed.7z', |
| 487 'arch': ['32bit'], | 475 'arch': ['32bit'], |
| 488 'buildtype': ['dev', 'official'], | 476 'buildtype': ['dev', 'official'], |
| 489 'archive': 'syzygy/chrome.packed.7z', | 477 'archive': 'syzygy/chrome.packed.7z', |
| 490 'optional': ['dev'], | 478 'optional': ['dev', 'official'], |
| 491 }, | 479 }, |
| 492 { | 480 { |
| 493 'filename': 'syzygy/syzyasan_rtl.dll', | 481 'filename': 'syzygy/syzyasan_rtl.dll', |
| 494 'arch': ['32bit'], | 482 'arch': ['32bit'], |
| 495 'buildtype': ['dev', 'official'], | 483 'buildtype': ['dev', 'official'], |
| 496 'optional': ['dev', 'official'], | 484 'optional': ['dev', 'official'], |
| 497 }, | 485 }, |
| 498 { | 486 { |
| 499 'filename': 'kasko.dll', | 487 'filename': 'kasko.dll', |
| 500 'arch': ['32bit'], | 488 'arch': ['32bit'], |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 652 'arch': ['32bit'], | 640 'arch': ['32bit'], |
| 653 'buildtype': ['official'], | 641 'buildtype': ['official'], |
| 654 'archive': 'chrome-win32-nacl-irt-syms.zip', | 642 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 655 }, | 643 }, |
| 656 { | 644 { |
| 657 'filename': 'nacl_irt_x86_64.nexe.debug', | 645 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 658 'buildtype': ['official'], | 646 'buildtype': ['official'], |
| 659 'archive': 'chrome-win32-nacl-irt-syms.zip', | 647 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 660 }, | 648 }, |
| 661 ] | 649 ] |
| OLD | NEW |