| 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 26 matching lines...) Expand all Loading... |
| 37 'filepath': 'include/', | 37 'filepath': 'include/', |
| 38 }, | 38 }, |
| 39 'snapshot': { | 39 'snapshot': { |
| 40 'filepath': 'src/snapshot/', | 40 'filepath': 'src/snapshot/', |
| 41 }, | 41 }, |
| 42 'debugger': { | 42 'debugger': { |
| 43 'filepath': 'src/debug/', | 43 'filepath': 'src/debug/', |
| 44 }, | 44 }, |
| 45 'interpreter': { | 45 'interpreter': { |
| 46 'filepath': 'src/interpreter/' \ | 46 'filepath': 'src/interpreter/' \ |
| 47 '|src/compiler/interpreter' \ | |
| 48 '|src/compiler/bytecode' \ | 47 '|src/compiler/bytecode' \ |
| 49 '|test/cctest/interpreter/' \ | 48 '|test/cctest/interpreter/' \ |
| 50 '|test/unittests/interpreter/', | 49 '|test/unittests/interpreter/', |
| 51 }, | 50 }, |
| 52 'feature_shipping_status': { | 51 'feature_shipping_status': { |
| 53 'filepath': 'src/flag-definitions.h', | 52 'filepath': 'src/flag-definitions.h', |
| 54 }, | 53 }, |
| 55 'gc_changes': { | 54 'gc_changes': { |
| 56 'filepath': 'src/heap/', | 55 'filepath': 'src/heap/', |
| 57 }, | 56 }, |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 ], | 92 ], |
| 94 'ia32': [ | 93 'ia32': [ |
| 95 'v8-x87-ports@googlegroups.com', | 94 'v8-x87-ports@googlegroups.com', |
| 96 ], | 95 ], |
| 97 'merges': [ | 96 'merges': [ |
| 98 # Only enabled on branches created with tools/release/create_release.py | 97 # Only enabled on branches created with tools/release/create_release.py |
| 99 # 'v8-merges@googlegroups.com', | 98 # 'v8-merges@googlegroups.com', |
| 100 ], | 99 ], |
| 101 }, | 100 }, |
| 102 } | 101 } |
| OLD | NEW |