| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 }, | 56 }, |
| 57 'ia32': { | 57 'ia32': { |
| 58 'filepath': '/ia32/', | 58 'filepath': '/ia32/', |
| 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': { |
| 67 'filepath': 'inspector', |
| 68 }, |
| 66 }, | 69 }, |
| 67 | 70 |
| 68 'WATCHLISTS': { | 71 'WATCHLISTS': { |
| 69 'snapshot': [ | 72 'snapshot': [ |
| 70 'yangguo@chromium.org', | 73 'yangguo@chromium.org', |
| 71 ], | 74 ], |
| 72 'debugger': [ | 75 'debugger': [ |
| 73 'yangguo@chromium.org', | 76 'yangguo@chromium.org', |
| 74 ], | 77 ], |
| 75 'interpreter': [ | 78 'interpreter': [ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 89 'ia32': [ | 92 'ia32': [ |
| 90 'v8-x87-ports@googlegroups.com', | 93 'v8-x87-ports@googlegroups.com', |
| 91 ], | 94 ], |
| 92 'merges': [ | 95 'merges': [ |
| 93 # Only enabled on branches created with tools/release/create_release.py | 96 # Only enabled on branches created with tools/release/create_release.py |
| 94 # 'v8-merges@googlegroups.com', | 97 # 'v8-merges@googlegroups.com', |
| 95 ], | 98 ], |
| 96 'gypfiles': [ | 99 'gypfiles': [ |
| 97 'machenbach@chromium.org', | 100 'machenbach@chromium.org', |
| 98 ], | 101 ], |
| 102 'inspector': [ |
| 103 'devtools-reviews@chromium.org', |
| 104 ], |
| 99 }, | 105 }, |
| 100 } | 106 } |
| OLD | NEW |