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 23 matching lines...) Expand all Loading... | |
34 }, | 34 }, |
35 { | 35 { |
36 'filename': 'chrome_100_percent.pak', | 36 'filename': 'chrome_100_percent.pak', |
37 'buildtype': ['dev', 'official'], | 37 'buildtype': ['dev', 'official'], |
38 }, | 38 }, |
39 { | 39 { |
40 'filename': 'chrome_200_percent.pak', | 40 'filename': 'chrome_200_percent.pak', |
41 'buildtype': ['dev', 'official'], | 41 'buildtype': ['dev', 'official'], |
42 }, | 42 }, |
43 { | 43 { |
44 'filename': 'chrome_sandbox', | |
Lei Zhang
2016/11/17 20:27:00
Not built/used on ChromeOS.
Michael Moss
2016/11/17 20:49:29
Why wasn't archiving failing due to "not found"? I
Lei Zhang
2016/11/17 21:37:10
Not sure. I only see warnings, which is how I a ca
| |
45 'buildtype': ['dev', 'official'], | |
46 }, | |
47 { | |
48 'filename': 'chrome.1', | 44 'filename': 'chrome.1', |
49 'buildtype': ['dev', 'official'], | 45 'buildtype': ['dev', 'official'], |
50 }, | 46 }, |
51 { | 47 { |
52 'filename': 'emit_login_prompt_ready', | 48 'filename': 'icudtl.dat', |
Lei Zhang
2016/11/17 20:27:00
I don't know what this is, but it doesn't exist.
| |
53 'buildtype': ['dev'], | 49 'buildtype': ['dev', 'official'], |
54 }, | 50 }, |
55 { | 51 { |
56 'filename': 'installer', | 52 'filename': 'installer', |
57 'buildtype': ['official'], | 53 'buildtype': ['official'], |
58 }, | 54 }, |
59 { | 55 { |
56 'filename': 'locales', | |
57 'buildtype': ['dev', 'official'], | |
58 }, | |
59 { | |
60 'filename': 'natives_blob.bin', | 60 'filename': 'natives_blob.bin', |
61 'buildtype': ['dev', 'official'], | 61 'buildtype': ['dev', 'official'], |
62 }, | 62 }, |
63 { | 63 { |
64 'filename': 'snapshot_blob.bin', | 64 'filename': 'snapshot_blob.bin', |
65 'buildtype': ['dev', 'official'], | 65 'buildtype': ['dev', 'official'], |
66 }, | 66 }, |
67 { | 67 { |
68 'filename': 'locales', | |
69 'buildtype': ['dev', 'official'], | |
70 }, | |
71 { | |
72 'filename': 'product_logo_48.png', | 68 'filename': 'product_logo_48.png', |
73 'buildtype': ['dev', 'official'], | 69 'buildtype': ['dev', 'official'], |
74 }, | 70 }, |
75 { | 71 { |
76 'filename': 'resources', | 72 'filename': 'resources', |
77 'buildtype': ['dev', 'official'], | 73 'buildtype': ['dev', 'official'], |
78 }, | 74 }, |
79 { | 75 { |
80 'filename': 'resources.pak', | 76 'filename': 'resources.pak', |
81 'buildtype': ['dev', 'official'], | 77 'buildtype': ['dev', 'official'], |
82 }, | 78 }, |
83 { | 79 { |
84 'filename': 'session', | |
Lei Zhang
2016/11/17 20:26:59
Ditto.
| |
85 'buildtype': ['dev'], | |
86 }, | |
87 { | |
88 'filename': 'xdg-mime', | 80 'filename': 'xdg-mime', |
89 'buildtype': ['dev', 'official'], | 81 'buildtype': ['dev', 'official'], |
90 }, | 82 }, |
91 { | 83 { |
92 'filename': 'xdg-settings', | 84 'filename': 'xdg-settings', |
93 'buildtype': ['dev', 'official'], | 85 'buildtype': ['dev', 'official'], |
94 }, | 86 }, |
95 # CDM files (each has an adapter and the actual CDM): | 87 # CDM files (each has an adapter and the actual CDM): |
96 { | 88 { |
97 'filename': 'libclearkeycdmadapter.so', | 89 'filename': 'libclearkeycdmadapter.so', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
129 }, | 121 }, |
130 { | 122 { |
131 'filename': 'nacl_helper_bootstrap', | 123 'filename': 'nacl_helper_bootstrap', |
132 'buildtype': ['dev', 'official'], | 124 'buildtype': ['dev', 'official'], |
133 }, | 125 }, |
134 { | 126 { |
135 'filename': 'nacl_helper_nonsfi', | 127 'filename': 'nacl_helper_nonsfi', |
136 'buildtype': ['dev', 'official'], | 128 'buildtype': ['dev', 'official'], |
137 }, | 129 }, |
138 ] | 130 ] |
OLD | NEW |