OLD | NEW |
1 # Copyright (c) 2016, Google Inc. All rights reserved. | 1 # Copyright (c) 2016, Google Inc. All rights reserved. |
2 # | 2 # |
3 # Redistribution and use in source and binary forms, with or without | 3 # Redistribution and use in source and binary forms, with or without |
4 # modification, are permitted provided that the following conditions are | 4 # modification, are permitted provided that the following conditions are |
5 # met: | 5 # met: |
6 # | 6 # |
7 # * Redistributions of source code must retain the above copyright | 7 # * Redistributions of source code must retain the above copyright |
8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
9 # * Redistributions in binary form must reproduce the above | 9 # * Redistributions in binary form must reproduce the above |
10 # copyright notice, this list of conditions and the following disclaimer | 10 # copyright notice, this list of conditions and the following disclaimer |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "mac10.10_blink_rel": { | 93 "mac10.10_blink_rel": { |
94 "port_name": "mac-mac10.9", | 94 "port_name": "mac-mac10.9", |
95 "specifiers": ['Mac10.', 'Release'], | 95 "specifiers": ['Mac10.', 'Release'], |
96 "is_try_builder": True, | 96 "is_try_builder": True, |
97 }, | 97 }, |
98 "mac10.11_blink_rel": { | 98 "mac10.11_blink_rel": { |
99 "port_name": "mac-mac10.9", | 99 "port_name": "mac-mac10.9", |
100 "specifiers": ['Mac10.11', 'Release'], | 100 "specifiers": ['Mac10.11', 'Release'], |
101 "is_try_builder": True, | 101 "is_try_builder": True, |
102 }, | 102 }, |
103 # TODO(qyearsley): Add mac retina builder here | 103 "mac10.11_retina_blink_rel": { |
104 # when it is ready. http://crbug.com/590036. | 104 "port_name": "mac-retina", |
| 105 "specifiers": ['Retina', 'Release'], |
| 106 "is_try_builder": True, |
| 107 }, |
105 "win7_blink_rel": { | 108 "win7_blink_rel": { |
106 "port_name": "win-win7", | 109 "port_name": "win-win7", |
107 "specifiers": ['Win7', 'Release'], | 110 "specifiers": ['Win7', 'Release'], |
108 "is_try_builder": True, | 111 "is_try_builder": True, |
109 }, | 112 }, |
110 "win10_blink_rel": { | 113 "win10_blink_rel": { |
111 "port_name": "win-win7", | 114 "port_name": "win-win7", |
112 "specifiers": ['Win7', 'Release'], | 115 "specifiers": ['Win7', 'Release'], |
113 "is_try_builder": True, | 116 "is_try_builder": True, |
114 }, | 117 }, |
| 118 "android_blink_rel": { |
| 119 "port_name": "android", |
| 120 "specifiers": ['Android', 'Release'], |
| 121 "is_try_builder": True, |
| 122 }, |
115 } | 123 } |
OLD | NEW |