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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 'filename': 'libGLESv2.dll', | 372 'filename': 'libGLESv2.dll', |
373 'buildtype': ['dev', 'official'], | 373 'buildtype': ['dev', 'official'], |
374 }, | 374 }, |
375 # XInput files: | 375 # XInput files: |
376 { | 376 { |
377 'filename': 'xinput1_3.dll', | 377 'filename': 'xinput1_3.dll', |
378 'buildtype': ['dev', 'official'], | 378 'buildtype': ['dev', 'official'], |
379 }, | 379 }, |
380 # Native Client plugin files: | 380 # Native Client plugin files: |
381 { | 381 { |
382 'filename': 'ppGoogleNaClPluginChrome.dll', | |
383 'buildtype': ['dev', 'official'], | |
384 'filegroup': ['default', 'symsrc'], | |
385 }, | |
386 { | |
387 'filename': 'nacl_irt_x86_32.nexe', | 382 'filename': 'nacl_irt_x86_32.nexe', |
388 'arch': ['32bit'], | 383 'arch': ['32bit'], |
389 'buildtype': ['dev', 'official'], | 384 'buildtype': ['dev', 'official'], |
390 }, | 385 }, |
391 { | 386 { |
392 'filename': 'nacl_irt_x86_64.nexe', | 387 'filename': 'nacl_irt_x86_64.nexe', |
393 'buildtype': ['dev', 'official'], | 388 'buildtype': ['dev', 'official'], |
394 }, | 389 }, |
395 # Remoting files: | 390 # Remoting files: |
396 { | 391 { |
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
746 'arch': ['32bit'], | 741 'arch': ['32bit'], |
747 'buildtype': ['official'], | 742 'buildtype': ['official'], |
748 'archive': 'chrome-win32-nacl-irt-syms.zip', | 743 'archive': 'chrome-win32-nacl-irt-syms.zip', |
749 }, | 744 }, |
750 { | 745 { |
751 'filename': 'nacl_irt_x86_64.nexe.debug', | 746 'filename': 'nacl_irt_x86_64.nexe.debug', |
752 'buildtype': ['official'], | 747 'buildtype': ['official'], |
753 'archive': 'chrome-win32-nacl-irt-syms.zip', | 748 'archive': 'chrome-win32-nacl-irt-syms.zip', |
754 }, | 749 }, |
755 ] | 750 ] |
OLD | NEW |