| OLD | NEW |
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
| 3 | 3 |
| 4 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 4 # Copyright (c) 2011 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 'arch': ['32bit', '64bit'], | 409 'arch': ['32bit', '64bit'], |
| 410 'buildtype': ['dev', 'official'], | 410 'buildtype': ['dev', 'official'], |
| 411 }, | 411 }, |
| 412 { | 412 { |
| 413 'filename': 'virtual_driver_setup.exe', | 413 'filename': 'virtual_driver_setup.exe', |
| 414 'arch': ['32bit', '64bit'], | 414 'arch': ['32bit', '64bit'], |
| 415 'buildtype': ['dev', 'official'], | 415 'buildtype': ['dev', 'official'], |
| 416 }, | 416 }, |
| 417 # syzygy files: | 417 # syzygy files: |
| 418 { | 418 { |
| 419 'filename': 'chrome.dll-order.json', |
| 420 'arch': ['32bit', '64bit'], |
| 421 'buildtype': ['official'], |
| 422 }, |
| 423 { |
| 419 'filename': 'syzygy/chrome.dll', | 424 'filename': 'syzygy/chrome.dll', |
| 420 'arch': ['32bit', '64bit'], | 425 'arch': ['32bit', '64bit'], |
| 421 'buildtype': ['official'], | 426 'buildtype': ['official'], |
| 422 'archive': 'syzygy/chrome.dll', | 427 'archive': 'syzygy/chrome.dll', |
| 423 }, | 428 }, |
| 424 { | 429 { |
| 425 'filename': 'syzygy/mini_installer.exe', | 430 'filename': 'syzygy/mini_installer.exe', |
| 426 'arch': ['32bit', '64bit'], | 431 'arch': ['32bit', '64bit'], |
| 427 'buildtype': ['official'], | 432 'buildtype': ['official'], |
| 428 'archive': 'syzygy/mini_installer.exe', | 433 'archive': 'syzygy/mini_installer.exe', |
| 429 }, | 434 }, |
| 430 { | 435 { |
| 431 'filename': 'syzygy/chrome.packed.7z', | 436 'filename': 'syzygy/chrome.packed.7z', |
| 432 'arch': ['32bit', '64bit'], | 437 'arch': ['32bit', '64bit'], |
| 433 'buildtype': ['official'], | 438 'buildtype': ['official'], |
| 434 'archive': 'syzygy/chrome.packed.7z', | 439 'archive': 'syzygy/chrome.packed.7z', |
| 435 }, | 440 }, |
| 436 ] | 441 ] |
| OLD | NEW |