| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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': { | 69 'wasm': { |
| 70 'filepath': 'src/wasm/' \ | 70 'filepath': 'src/wasm/' \ |
| 71 '|src/compiler/wasm', | 71 '|src/compiler/wasm', |
| 72 }, | 72 }, |
| 73 'value_serializer': { |
| 74 'filepath': 'src/value-serializer', |
| 75 } |
| 73 }, | 76 }, |
| 74 | 77 |
| 75 'WATCHLISTS': { | 78 'WATCHLISTS': { |
| 76 'snapshot': [ | 79 'snapshot': [ |
| 77 'yangguo@chromium.org', | 80 'yangguo@chromium.org', |
| 78 ], | 81 ], |
| 79 'debugger': [ | 82 'debugger': [ |
| 80 'yangguo@chromium.org', | 83 'yangguo@chromium.org', |
| 81 ], | 84 ], |
| 82 'interpreter': [ | 85 'interpreter': [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 102 ], | 105 ], |
| 103 'gypfiles': [ | 106 'gypfiles': [ |
| 104 'machenbach@chromium.org', | 107 'machenbach@chromium.org', |
| 105 ], | 108 ], |
| 106 'inspector': [ | 109 'inspector': [ |
| 107 'devtools-reviews@chromium.org', | 110 'devtools-reviews@chromium.org', |
| 108 ], | 111 ], |
| 109 'wasm': [ | 112 'wasm': [ |
| 110 'wasm-v8@google.com', | 113 'wasm-v8@google.com', |
| 111 ], | 114 ], |
| 115 'value_serializer': [ |
| 116 'jbroman+watch@chromium.org', |
| 117 ], |
| 112 }, | 118 }, |
| 113 } | 119 } |
| OLD | NEW |