OLD | NEW |
1 # -*- python -*- | 1 # -*- python -*- |
2 # ex: set syntax=python: | 2 # ex: set syntax=python: |
3 | 3 |
4 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 4 # Copyright (c) 2010 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 'arch': ['32bit'], | 101 'arch': ['32bit'], |
102 'buildtype': ['official'], | 102 'buildtype': ['official'], |
103 }, | 103 }, |
104 # PDF Plugin files: | 104 # PDF Plugin files: |
105 { | 105 { |
106 'filename': 'libpdf.so', | 106 'filename': 'libpdf.so', |
107 'arch': ['32bit', '64bit'], | 107 'arch': ['32bit', '64bit'], |
108 'buildtype': ['dev', 'official'], | 108 'buildtype': ['dev', 'official'], |
109 }, | 109 }, |
110 # Native Client plugin files: | 110 # Native Client plugin files: |
111 { | 111 # Currently disabled as per http://crbug.com/94171 |
112 'filename': 'libppGoogleNaClPluginChrome.so', | 112 # { |
113 'arch': ['32bit', '64bit'], | 113 # 'filename': 'libppGoogleNaClPluginChrome.so', |
114 'buildtype': ['dev', 'official'], | 114 # 'arch': ['32bit', '64bit'], |
115 }, | 115 # 'buildtype': ['dev', 'official'], |
116 { | 116 # }, |
117 'filename': 'nacl_irt_x86_32.nexe', | 117 # { |
118 'arch': ['32bit'], | 118 # 'filename': 'nacl_irt_x86_32.nexe', |
119 'buildtype': ['dev', 'official'], | 119 # 'arch': ['32bit'], |
120 }, | 120 # 'buildtype': ['dev', 'official'], |
121 { | 121 # }, |
122 'filename': 'nacl_irt_x86_64.nexe', | 122 # { |
123 'arch': ['64bit'], | 123 # 'filename': 'nacl_irt_x86_64.nexe', |
124 'buildtype': ['dev', 'official'], | 124 # 'arch': ['64bit'], |
125 }, | 125 # 'buildtype': ['dev', 'official'], |
126 { | 126 # }, |
127 'filename': 'nacl_helper.so', | 127 # { |
128 'arch': ['32bit', '64bit'], | 128 # 'filename': 'nacl_helper.so', |
129 'buildtype': ['dev', 'official'], | 129 # 'arch': ['32bit', '64bit'], |
130 }, | 130 # 'buildtype': ['dev', 'official'], |
131 { | 131 # }, |
132 'filename': 'nacl_helper_bootstrap', | 132 # { |
133 'arch': ['32bit', '64bit'], | 133 # 'filename': 'nacl_helper_bootstrap', |
134 'buildtype': ['dev', 'official'], | 134 # 'arch': ['32bit', '64bit'], |
135 }, | 135 # 'buildtype': ['dev', 'official'], |
| 136 # }, |
136 ] | 137 ] |
OLD | NEW |