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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 'filepath': 'src/flag-definitions.h', | 53 'filepath': 'src/flag-definitions.h', |
54 }, | 54 }, |
55 'gc_changes': { | 55 'gc_changes': { |
56 'filepath': 'src/heap/', | 56 'filepath': 'src/heap/', |
57 }, | 57 }, |
58 'arm': { | 58 'arm': { |
59 'filepath': '/arm/', | 59 'filepath': '/arm/', |
60 }, | 60 }, |
61 'ia32': { | 61 'ia32': { |
62 'filepath': '/ia32/', | 62 'filepath': '/ia32/', |
| 63 }, |
| 64 'merges': { |
| 65 'filepath': '.', |
63 } | 66 } |
64 }, | 67 }, |
65 | 68 |
66 'WATCHLISTS': { | 69 'WATCHLISTS': { |
67 'public_api': [ | 70 'public_api': [ |
68 'phajdan.jr@chromium.org', | 71 'phajdan.jr@chromium.org', |
69 ], | 72 ], |
70 'snapshot': [ | 73 'snapshot': [ |
71 'yangguo@chromium.org', | 74 'yangguo@chromium.org', |
72 ], | 75 ], |
(...skipping 11 matching lines...) Expand all Loading... |
84 'hpayer@chromium.org', | 87 'hpayer@chromium.org', |
85 'ulan@chromium.org', | 88 'ulan@chromium.org', |
86 ], | 89 ], |
87 'arm': [ | 90 'arm': [ |
88 'v8-mips-ports@googlegroups.com', | 91 'v8-mips-ports@googlegroups.com', |
89 'v8-ppc-ports@googlegroups.com', | 92 'v8-ppc-ports@googlegroups.com', |
90 ], | 93 ], |
91 'ia32': [ | 94 'ia32': [ |
92 'v8-x87-ports@googlegroups.com', | 95 'v8-x87-ports@googlegroups.com', |
93 ], | 96 ], |
| 97 'merges': [ |
| 98 # Only enabled on branches created with tools/release/create_release.py |
| 99 # 'v8-merges@googlegroups.com', |
| 100 ], |
94 }, | 101 }, |
95 } | 102 } |
OLD | NEW |