OLD | NEW |
1 # Copyright 2013 the V8 project authors. All rights reserved. | 1 # Copyright 2013 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 'yangguo@chromium.org', | 83 'yangguo@chromium.org', |
84 ], | 84 ], |
85 'interpreter': [ | 85 'interpreter': [ |
86 'rmcilroy@chromium.org', | 86 'rmcilroy@chromium.org', |
87 ], | 87 ], |
88 'feature_shipping_status': [ | 88 'feature_shipping_status': [ |
89 'hablich@chromium.org', | 89 'hablich@chromium.org', |
90 ], | 90 ], |
91 'gc_changes': [ | 91 'gc_changes': [ |
92 'hpayer@chromium.org', | 92 'hpayer@chromium.org', |
93 'ulan@chromium.org', | |
94 ], | 93 ], |
95 'arm': [ | 94 'arm': [ |
96 'v8-mips-ports@googlegroups.com', | 95 'v8-mips-ports@googlegroups.com', |
97 'v8-ppc-ports@googlegroups.com', | 96 'v8-ppc-ports@googlegroups.com', |
98 ], | 97 ], |
99 'ia32': [ | 98 'ia32': [ |
100 'v8-x87-ports@googlegroups.com', | 99 'v8-x87-ports@googlegroups.com', |
101 ], | 100 ], |
102 'merges': [ | 101 'merges': [ |
103 # Only enabled on branches created with tools/release/create_release.py | 102 # Only enabled on branches created with tools/release/create_release.py |
104 # 'v8-merges@googlegroups.com', | 103 # 'v8-merges@googlegroups.com', |
105 ], | 104 ], |
106 'gypfiles': [ | 105 'gypfiles': [ |
107 'machenbach@chromium.org', | 106 'machenbach@chromium.org', |
108 ], | 107 ], |
109 'inspector': [ | 108 'inspector': [ |
110 'devtools-reviews@chromium.org', | 109 'devtools-reviews@chromium.org', |
111 ], | 110 ], |
112 'wasm': [ | 111 'wasm': [ |
113 'wasm-v8@google.com', | 112 'wasm-v8@google.com', |
114 ], | 113 ], |
115 'value_serializer': [ | 114 'value_serializer': [ |
116 'jbroman+watch@chromium.org', | 115 'jbroman+watch@chromium.org', |
117 ], | 116 ], |
118 }, | 117 }, |
119 } | 118 } |
OLD | NEW |