| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'filepath': 'src/wasm/' \ | 70 'filepath': 'src/wasm/' \ |
| 71 '|src/compiler/wasm', | 71 '|src/compiler/wasm', |
| 72 }, | 72 }, |
| 73 'value_serializer': { | 73 'value_serializer': { |
| 74 'filepath': 'src/value-serializer', | 74 'filepath': 'src/value-serializer', |
| 75 }, | 75 }, |
| 76 'parser': { | 76 'parser': { |
| 77 'filepath': 'src/ast/' \ | 77 'filepath': 'src/ast/' \ |
| 78 '|src/parsing/', | 78 '|src/parsing/', |
| 79 }, | 79 }, |
| 80 'tracing': { |
| 81 'filepath': 'src/tracing/', |
| 82 }, |
| 80 }, | 83 }, |
| 81 | 84 |
| 82 'WATCHLISTS': { | 85 'WATCHLISTS': { |
| 83 'snapshot': [ | 86 'snapshot': [ |
| 84 'yangguo@chromium.org', | 87 'yangguo@chromium.org', |
| 85 ], | 88 ], |
| 86 'debugger': [ | 89 'debugger': [ |
| 87 'yangguo@chromium.org', | 90 'yangguo@chromium.org', |
| 88 ], | 91 ], |
| 89 'interpreter': [ | 92 'interpreter': [ |
| (...skipping 23 matching lines...) Expand all Loading... |
| 113 'devtools-reviews@chromium.org', | 116 'devtools-reviews@chromium.org', |
| 114 ], | 117 ], |
| 115 'wasm': [ | 118 'wasm': [ |
| 116 'wasm-v8@google.com', | 119 'wasm-v8@google.com', |
| 117 ], | 120 ], |
| 118 'value_serializer': [ | 121 'value_serializer': [ |
| 119 'jbroman+watch@chromium.org', | 122 'jbroman+watch@chromium.org', |
| 120 ], | 123 ], |
| 121 'parser': [ | 124 'parser': [ |
| 122 'marja+watch@chromium.org', | 125 'marja+watch@chromium.org', |
| 123 ] | 126 ], |
| 127 'tracing': [ |
| 128 'lpy+v8tracing@chromium.org', |
| 129 'fmeawad@chromium.org', |
| 130 ], |
| 124 }, | 131 }, |
| 125 } | 132 } |
| OLD | NEW |