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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 'filepath': 'src/interpreter/', | 46 'filepath': 'src/interpreter/', |
47 'filepath': 'test/cctest/interpreter/', | 47 'filepath': 'test/cctest/interpreter/', |
48 'filepath': 'test/unittests/interpreter/', | 48 'filepath': 'test/unittests/interpreter/', |
49 }, | 49 }, |
50 'feature_shipping_status': { | 50 'feature_shipping_status': { |
51 'filepath': 'src/flag-definitions.h', | 51 'filepath': 'src/flag-definitions.h', |
52 }, | 52 }, |
53 'gc_changes': { | 53 'gc_changes': { |
54 'filepath': 'src/heap/', | 54 'filepath': 'src/heap/', |
55 }, | 55 }, |
| 56 'merges': { |
| 57 'filepath': '.', |
| 58 }, |
56 }, | 59 }, |
57 | 60 |
58 'WATCHLISTS': { | 61 'WATCHLISTS': { |
59 'public_api': [ | 62 'public_api': [ |
60 'phajdan.jr@chromium.org', | 63 'phajdan.jr@chromium.org', |
61 ], | 64 ], |
62 'snapshot': [ | 65 'snapshot': [ |
63 'yangguo@chromium.org', | 66 'yangguo@chromium.org', |
64 ], | 67 ], |
65 'debugger': [ | 68 'debugger': [ |
66 'yangguo@chromium.org', | 69 'yangguo@chromium.org', |
67 ], | 70 ], |
68 'interpreter': [ | 71 'interpreter': [ |
69 'rmcilroy@chromium.org', | 72 'rmcilroy@chromium.org', |
70 'oth@chromium.org', | 73 'oth@chromium.org', |
71 ], | 74 ], |
72 'feature_shipping_status': [ | 75 'feature_shipping_status': [ |
73 'hablich@chromium.org', | 76 'hablich@chromium.org', |
74 ], | 77 ], |
75 'gc_changes': [ | 78 'gc_changes': [ |
76 'hpayer@chromium.org', | 79 'hpayer@chromium.org', |
77 'ulan@chromium.org', | 80 'ulan@chromium.org', |
78 ], | 81 ], |
| 82 'merges': [ |
| 83 # Only enabled on branches created with tools/release/create_release.py |
| 84 # 'v8-merges@googlegroups.com', |
| 85 ], |
79 }, | 86 }, |
80 } | 87 } |
OLD | NEW |