| OLD | NEW |
| 1 # Copyright 2010 the V8 project authors. All rights reserved. | 1 # Copyright 2010 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 'test-fast-dtoa.cc', | 86 'test-fast-dtoa.cc', |
| 87 'test-fixed-dtoa.cc', | 87 'test-fixed-dtoa.cc', |
| 88 'test-flags.cc', | 88 'test-flags.cc', |
| 89 'test-func-name-inference.cc', | 89 'test-func-name-inference.cc', |
| 90 'test-hashmap.cc', | 90 'test-hashmap.cc', |
| 91 'test-heap.cc', | 91 'test-heap.cc', |
| 92 'test-heap-profiler.cc', | 92 'test-heap-profiler.cc', |
| 93 'test-list.cc', | 93 'test-list.cc', |
| 94 'test-liveedit.cc', | 94 'test-liveedit.cc', |
| 95 'test-lock.cc', | 95 'test-lock.cc', |
| 96 'test-lockers.cc', | |
| 97 'test-log.cc', | 96 'test-log.cc', |
| 98 'test-log-utils.cc', | 97 'test-log-utils.cc', |
| 99 'test-mark-compact.cc', | 98 'test-mark-compact.cc', |
| 100 'test-parsing.cc', | 99 'test-parsing.cc', |
| 101 'test-profile-generator.cc', | 100 'test-profile-generator.cc', |
| 102 'test-regexp.cc', | 101 'test-regexp.cc', |
| 103 'test-reloc-info.cc', | 102 'test-reloc-info.cc', |
| 104 'test-serialize.cc', | 103 'test-serialize.cc', |
| 105 'test-sockets.cc', | 104 'test-sockets.cc', |
| 106 'test-spaces.cc', | 105 'test-spaces.cc', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 }], | 151 }], |
| 153 [ 'OS=="win"', { | 152 [ 'OS=="win"', { |
| 154 'sources': [ | 153 'sources': [ |
| 155 'test-platform-win32.cc', | 154 'test-platform-win32.cc', |
| 156 ], | 155 ], |
| 157 }], | 156 }], |
| 158 ], | 157 ], |
| 159 }, | 158 }, |
| 160 ], | 159 ], |
| 161 } | 160 } |
| OLD | NEW |