| 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 { | 381 { |
| 382 'filename': 'chromoting.msi', | 382 'filename': 'chromoting.msi', |
| 383 'arch': ['32bit'], | 383 'arch': ['32bit'], |
| 384 'buildtype': ['dev', 'official'], | 384 'buildtype': ['dev', 'official'], |
| 385 'archive': 'remoting-host.msi', | 385 'archive': 'remoting-host.msi', |
| 386 'direct_archive': 1, | 386 'direct_archive': 1, |
| 387 'optional': ['dev'], | 387 'optional': ['dev'], |
| 388 }, | 388 }, |
| 389 { | 389 { |
| 390 'filename': 'remoting-me2me-host-win.zip', | 390 'filename': 'remoting-me2me-host-win.zip', |
| 391 'arch': ['32bit'], |
| 391 'buildtype': ['dev', 'official'], | 392 'buildtype': ['dev', 'official'], |
| 392 'archive': 'remoting-me2me-host-win.zip', | 393 'archive': 'remoting-me2me-host-win.zip', |
| 393 'direct_archive': 1, | 394 'direct_archive': 1, |
| 394 'optional': ['dev'], | 395 'optional': ['dev'], |
| 395 }, | 396 }, |
| 396 { | 397 { |
| 397 'filename': 'remoting_core.dll', | 398 'filename': 'remoting_core.dll', |
| 399 'arch': ['32bit'], |
| 398 'buildtype': ['official'], | 400 'buildtype': ['official'], |
| 399 'archive': 'remoting-win32.zip', | 401 'archive': 'remoting-win32.zip', |
| 400 'filegroup': ['symsrc'], | 402 'filegroup': ['symsrc'], |
| 401 }, | 403 }, |
| 402 { | 404 { |
| 403 'filename': 'remoting_core.dll.pdb', | 405 'filename': 'remoting_core.dll.pdb', |
| 406 'arch': ['32bit'], |
| 404 'buildtype': ['official'], | 407 'buildtype': ['official'], |
| 405 'archive': 'remoting-win32.zip', | 408 'archive': 'remoting-win32.zip', |
| 406 'optional': ['official'], | 409 'optional': ['official'], |
| 407 }, | 410 }, |
| 408 { | 411 { |
| 409 'filename': 'remoting_desktop.exe', | 412 'filename': 'remoting_desktop.exe', |
| 413 'arch': ['32bit'], |
| 410 'buildtype': ['official'], | 414 'buildtype': ['official'], |
| 411 'archive': 'remoting-win32.zip', | 415 'archive': 'remoting-win32.zip', |
| 412 'filegroup': ['symsrc'], | 416 'filegroup': ['symsrc'], |
| 413 }, | 417 }, |
| 414 { | 418 { |
| 415 'filename': 'remoting_desktop.exe.pdb', | 419 'filename': 'remoting_desktop.exe.pdb', |
| 420 'arch': ['32bit'], |
| 416 'buildtype': ['official'], | 421 'buildtype': ['official'], |
| 417 'archive': 'remoting-win32.zip', | 422 'archive': 'remoting-win32.zip', |
| 418 'optional': ['official'], | 423 'optional': ['official'], |
| 419 }, | 424 }, |
| 420 { | 425 { |
| 421 'filename': 'remoting_host.exe', | 426 'filename': 'remoting_host.exe', |
| 427 'arch': ['32bit'], |
| 422 'buildtype': ['official'], | 428 'buildtype': ['official'], |
| 423 'archive': 'remoting-win32.zip', | 429 'archive': 'remoting-win32.zip', |
| 424 'filegroup': ['symsrc'], | 430 'filegroup': ['symsrc'], |
| 425 }, | 431 }, |
| 426 { | 432 { |
| 427 'filename': 'remoting_host.exe.pdb', | 433 'filename': 'remoting_host.exe.pdb', |
| 434 'arch': ['32bit'], |
| 428 'buildtype': ['official'], | 435 'buildtype': ['official'], |
| 429 'archive': 'remoting-win32.zip', | 436 'archive': 'remoting-win32.zip', |
| 430 }, | 437 }, |
| 431 # 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 |
| 432 # 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 |
| 433 # 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! |
| 434 { | 441 { |
| 435 'filename': 'chrome.dll-order.json', | 442 'filename': 'chrome.dll-order.json', |
| 436 'arch': ['32bit'], | 443 'arch': ['32bit'], |
| 437 'buildtype': ['dev', 'official'], | 444 'buildtype': ['dev', 'official'], |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 645 'arch': ['32bit'], | 652 'arch': ['32bit'], |
| 646 'buildtype': ['official'], | 653 'buildtype': ['official'], |
| 647 'archive': 'chrome-win32-nacl-irt-syms.zip', | 654 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 648 }, | 655 }, |
| 649 { | 656 { |
| 650 'filename': 'nacl_irt_x86_64.nexe.debug', | 657 'filename': 'nacl_irt_x86_64.nexe.debug', |
| 651 'buildtype': ['official'], | 658 'buildtype': ['official'], |
| 652 'archive': 'chrome-win32-nacl-irt-syms.zip', | 659 'archive': 'chrome-win32-nacl-irt-syms.zip', |
| 653 }, | 660 }, |
| 654 ] | 661 ] |
| OLD | NEW |