| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'filepath': 'src/heap/', | 55 'filepath': 'src/heap/', |
| 56 }, | 56 }, |
| 57 'arm': { | 57 'arm': { |
| 58 'filepath': '/arm/', | 58 'filepath': '/arm/', |
| 59 }, | 59 }, |
| 60 'ia32': { | 60 'ia32': { |
| 61 'filepath': '/ia32/', | 61 'filepath': '/ia32/', |
| 62 }, | 62 }, |
| 63 'merges': { | 63 'merges': { |
| 64 'filepath': '.', | 64 'filepath': '.', |
| 65 }, | 65 } |
| 66 'gypfiles': { | |
| 67 'filepath': 'gypfiles/', | |
| 68 }, | |
| 69 }, | 66 }, |
| 70 | 67 |
| 71 'WATCHLISTS': { | 68 'WATCHLISTS': { |
| 72 'public_api': [ | 69 'public_api': [ |
| 73 'phajdan.jr@chromium.org', | 70 'phajdan.jr@chromium.org', |
| 74 ], | 71 ], |
| 75 'snapshot': [ | 72 'snapshot': [ |
| 76 'yangguo@chromium.org', | 73 'yangguo@chromium.org', |
| 77 ], | 74 ], |
| 78 'debugger': [ | 75 'debugger': [ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 91 ], | 88 ], |
| 92 'arm': [ | 89 'arm': [ |
| 93 'v8-mips-ports@googlegroups.com', | 90 'v8-mips-ports@googlegroups.com', |
| 94 'v8-ppc-ports@googlegroups.com', | 91 'v8-ppc-ports@googlegroups.com', |
| 95 ], | 92 ], |
| 96 'ia32': [ | 93 'ia32': [ |
| 97 'v8-x87-ports@googlegroups.com', | 94 'v8-x87-ports@googlegroups.com', |
| 98 ], | 95 ], |
| 99 'merges': [ | 96 'merges': [ |
| 100 # Only enabled on branches created with tools/release/create_release.py | 97 # Only enabled on branches created with tools/release/create_release.py |
| 101 # 'v8-merges@googlegroups.com', | 98 'v8-merges@googlegroups.com', |
| 102 ], | |
| 103 'gypfiles': [ | |
| 104 'machenbach@chromium.org', | |
| 105 ], | 99 ], |
| 106 }, | 100 }, |
| 107 } | 101 } |
| OLD | NEW |