Chromium Code Reviews| 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 408 'arch': ['32bit', '64bit'], | 408 'arch': ['32bit', '64bit'], |
| 409 'buildtype': ['dev', 'official'], | 409 'buildtype': ['dev', 'official'], |
| 410 }, | 410 }, |
| 411 { | 411 { |
| 412 'filename': 'nacl_irt_x86_64.nexe', | 412 'filename': 'nacl_irt_x86_64.nexe', |
| 413 'arch': ['32bit', '64bit'], | 413 'arch': ['32bit', '64bit'], |
| 414 'buildtype': ['dev', 'official'], | 414 'buildtype': ['dev', 'official'], |
| 415 }, | 415 }, |
| 416 # Remoting files: | 416 # Remoting files: |
| 417 { | 417 { |
| 418 'filename': 'chromoting.msi', | |
| 419 'arch': ['32bit', '64bit'], | |
| 420 'buildtype': ['dev', 'official'], | |
|
nsylvain
2012/04/11 19:47:11
If this is for "google chrome" only, maybe 'dev' s
alexeypa (please no reviews)
2012/04/11 19:52:53
Not, it is for both dev and official builds. For d
alexeypa (please no reviews)
2012/04/11 19:55:39
On a second thought though, you may be right. Is F
Michael Moss
2012/04/11 20:07:17
FILES.cfg should just be used by the buildbot scri
| |
| 421 'archive': 'remoting-host.msi', | |
| 422 'direct_archive': 1, | |
| 423 }, | |
| 424 { | |
| 418 'filename': 'remoting-webapp.zip', | 425 'filename': 'remoting-webapp.zip', |
| 419 'arch': ['32bit', '64bit'], | 426 'arch': ['32bit', '64bit'], |
| 420 'buildtype': ['dev', 'official'], | 427 'buildtype': ['dev', 'official'], |
| 421 'archive': 'remoting-webapp.zip', | 428 'archive': 'remoting-webapp.zip', |
| 422 }, | 429 }, |
| 423 # Cloud Print virtual driver files: | 430 # Cloud Print virtual driver files: |
| 424 { | 431 { |
| 425 'filename': 'gcp_portmon.dll', | 432 'filename': 'gcp_portmon.dll', |
| 426 'arch': ['32bit', '64bit'], | 433 'arch': ['32bit', '64bit'], |
| 427 'buildtype': ['dev', 'official'], | 434 'buildtype': ['dev', 'official'], |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 617 'buildtype': ['dev'], | 624 'buildtype': ['dev'], |
| 618 'archive': 'chrome-win32-syms.zip', | 625 'archive': 'chrome-win32-syms.zip', |
| 619 }, | 626 }, |
| 620 { | 627 { |
| 621 'filename': 'chrome_frame_helper_dll.pdb', | 628 'filename': 'chrome_frame_helper_dll.pdb', |
| 622 'arch': ['32bit', '64bit'], | 629 'arch': ['32bit', '64bit'], |
| 623 'buildtype': ['dev'], | 630 'buildtype': ['dev'], |
| 624 'archive': 'chrome-win32-syms.zip', | 631 'archive': 'chrome-win32-syms.zip', |
| 625 }, | 632 }, |
| 626 ] | 633 ] |
| OLD | NEW |