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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 }, | 59 }, |
60 'merges': { | 60 'merges': { |
61 'filepath': '.', | 61 'filepath': '.', |
62 }, | 62 }, |
63 'gypfiles': { | 63 'gypfiles': { |
64 'filepath': 'gypfiles/', | 64 'filepath': 'gypfiles/', |
65 }, | 65 }, |
66 'inspector': { | 66 'inspector': { |
67 'filepath': 'inspector', | 67 'filepath': 'inspector', |
68 }, | 68 }, |
| 69 'wasm': { |
| 70 'filepath': 'src/wasm/' \ |
| 71 '|src/compiler/wasm', |
| 72 }, |
69 }, | 73 }, |
70 | 74 |
71 'WATCHLISTS': { | 75 'WATCHLISTS': { |
72 'snapshot': [ | 76 'snapshot': [ |
73 'yangguo@chromium.org', | 77 'yangguo@chromium.org', |
74 ], | 78 ], |
75 'debugger': [ | 79 'debugger': [ |
76 'yangguo@chromium.org', | 80 'yangguo@chromium.org', |
77 ], | 81 ], |
78 'interpreter': [ | 82 'interpreter': [ |
(...skipping 16 matching lines...) Expand all Loading... |
95 'merges': [ | 99 'merges': [ |
96 # Only enabled on branches created with tools/release/create_release.py | 100 # Only enabled on branches created with tools/release/create_release.py |
97 # 'v8-merges@googlegroups.com', | 101 # 'v8-merges@googlegroups.com', |
98 ], | 102 ], |
99 'gypfiles': [ | 103 'gypfiles': [ |
100 'machenbach@chromium.org', | 104 'machenbach@chromium.org', |
101 ], | 105 ], |
102 'inspector': [ | 106 'inspector': [ |
103 'devtools-reviews@chromium.org', | 107 'devtools-reviews@chromium.org', |
104 ], | 108 ], |
| 109 'wasm': [ |
| 110 'wasm-v8@google.com', |
| 111 ], |
105 }, | 112 }, |
106 } | 113 } |
OLD | NEW |