| 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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 'buildtype': ['official'], | 428 'buildtype': ['official'], |
| 429 'archive': 'remoting-win32.zip', | 429 'archive': 'remoting-win32.zip', |
| 430 }, | 430 }, |
| 431 # Syzygy modified binaries and related files. Only add to this section if you | 431 # Syzygy modified binaries and related files. Only add to this section if you |
| 432 # know what you're doing! The build configuration has to be modified to run | 432 # know what you're doing! The build configuration has to be modified to run |
| 433 # Syzygy on the target in question before adding a staging dependency here! | 433 # Syzygy on the target in question before adding a staging dependency here! |
| 434 { | 434 { |
| 435 'filename': 'chrome.dll-order.json', | 435 'filename': 'chrome.dll-order.json', |
| 436 'arch': ['32bit'], | 436 'arch': ['32bit'], |
| 437 'buildtype': ['dev', 'official'], | 437 'buildtype': ['dev', 'official'], |
| 438 'optional': ['dev'], | 438 'optional': ['dev', 'official'], |
| 439 }, | 439 }, |
| 440 { | 440 { |
| 441 'filename': 'chrome_child.dll-order.json', | 441 'filename': 'chrome_child.dll-order.json', |
| 442 'arch': ['32bit'], | 442 'arch': ['32bit'], |
| 443 'buildtype': ['dev', 'official'], | 443 'buildtype': ['dev', 'official'], |
| 444 'optional': ['dev', 'official'], | 444 'optional': ['dev', 'official'], |
| 445 }, | 445 }, |
| 446 { | 446 { |
| 447 'filename': 'syzygy/chrome.dll', | 447 'filename': 'syzygy/chrome.dll', |
| 448 'arch': ['32bit'], | 448 'arch': ['32bit'], |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 'arch': ['32bit'], | 633 'arch': ['32bit'], |
| 634 'buildtype': ['official'], | 634 'buildtype': ['official'], |
| 635 'archive': 'chrome-win32-nacl-irt-syms.zip', | 635 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 636 }, | 636 }, |
| 637 { | 637 { |
| 638 'filename': 'nacl_irt_x86_64.nexe.debug', | 638 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 639 'buildtype': ['official'], | 639 'buildtype': ['official'], |
| 640 'archive': 'chrome-win32-nacl-irt-syms.zip', | 640 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 641 }, | 641 }, |
| 642 ] | 642 ] |
| OLD | NEW |