| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 | 67 |
| 68 'WATCHLISTS': { | 68 'WATCHLISTS': { |
| 69 'snapshot': [ | 69 'snapshot': [ |
| 70 'yangguo@chromium.org', | 70 'yangguo@chromium.org', |
| 71 ], | 71 ], |
| 72 'debugger': [ | 72 'debugger': [ |
| 73 'yangguo@chromium.org', | 73 'yangguo@chromium.org', |
| 74 ], | 74 ], |
| 75 'interpreter': [ | 75 'interpreter': [ |
| 76 'rmcilroy@chromium.org', | 76 'rmcilroy@chromium.org', |
| 77 'oth@chromium.org', | |
| 78 ], | 77 ], |
| 79 'feature_shipping_status': [ | 78 'feature_shipping_status': [ |
| 80 'hablich@chromium.org', | 79 'hablich@chromium.org', |
| 81 ], | 80 ], |
| 82 'gc_changes': [ | 81 'gc_changes': [ |
| 83 'hpayer@chromium.org', | 82 'hpayer@chromium.org', |
| 84 'ulan@chromium.org', | 83 'ulan@chromium.org', |
| 85 ], | 84 ], |
| 86 'arm': [ | 85 'arm': [ |
| 87 'v8-mips-ports@googlegroups.com', | 86 'v8-mips-ports@googlegroups.com', |
| 88 'v8-ppc-ports@googlegroups.com', | 87 'v8-ppc-ports@googlegroups.com', |
| 89 ], | 88 ], |
| 90 'ia32': [ | 89 'ia32': [ |
| 91 'v8-x87-ports@googlegroups.com', | 90 'v8-x87-ports@googlegroups.com', |
| 92 ], | 91 ], |
| 93 'merges': [ | 92 'merges': [ |
| 94 # Only enabled on branches created with tools/release/create_release.py | 93 # Only enabled on branches created with tools/release/create_release.py |
| 95 # 'v8-merges@googlegroups.com', | 94 # 'v8-merges@googlegroups.com', |
| 96 ], | 95 ], |
| 97 'gypfiles': [ | 96 'gypfiles': [ |
| 98 'machenbach@chromium.org', | 97 'machenbach@chromium.org', |
| 99 ], | 98 ], |
| 100 }, | 99 }, |
| 101 } | 100 } |
| OLD | NEW |