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 'v8_gyp': { |
| 67 'filepath': 'tools/gyp/v8.gyp|src/v8.gyp', |
| 68 }, |
66 }, | 69 }, |
67 | 70 |
68 'WATCHLISTS': { | 71 'WATCHLISTS': { |
69 'public_api': [ | 72 'public_api': [ |
70 'phajdan.jr@chromium.org', | 73 'phajdan.jr@chromium.org', |
71 ], | 74 ], |
72 'snapshot': [ | 75 'snapshot': [ |
73 'yangguo@chromium.org', | 76 'yangguo@chromium.org', |
74 ], | 77 ], |
75 'debugger': [ | 78 'debugger': [ |
(...skipping 14 matching lines...) Expand all Loading... |
90 'v8-mips-ports@googlegroups.com', | 93 'v8-mips-ports@googlegroups.com', |
91 'v8-ppc-ports@googlegroups.com', | 94 'v8-ppc-ports@googlegroups.com', |
92 ], | 95 ], |
93 'ia32': [ | 96 'ia32': [ |
94 'v8-x87-ports@googlegroups.com', | 97 'v8-x87-ports@googlegroups.com', |
95 ], | 98 ], |
96 'merges': [ | 99 'merges': [ |
97 # Only enabled on branches created with tools/release/create_release.py | 100 # Only enabled on branches created with tools/release/create_release.py |
98 # 'v8-merges@googlegroups.com', | 101 # 'v8-merges@googlegroups.com', |
99 ], | 102 ], |
| 103 'v8_gyp': [ |
| 104 'machenbach@chromium.org', |
| 105 ], |
100 }, | 106 }, |
101 } | 107 } |
OLD | NEW |