| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'test-flags.cc', | 64 'test-flags.cc', |
| 65 'test-func-name-inference.cc', | 65 'test-func-name-inference.cc', |
| 66 'test-hashmap.cc', | 66 'test-hashmap.cc', |
| 67 'test-heap.cc', | 67 'test-heap.cc', |
| 68 'test-heap-profiler.cc', | 68 'test-heap-profiler.cc', |
| 69 'test-list.cc', | 69 'test-list.cc', |
| 70 'test-liveedit.cc', | 70 'test-liveedit.cc', |
| 71 'test-lock.cc', | 71 'test-lock.cc', |
| 72 'test-lockers.cc', | 72 'test-lockers.cc', |
| 73 'test-log.cc', | 73 'test-log.cc', |
| 74 'test-log-utils.cc', | |
| 75 'test-mark-compact.cc', | 74 'test-mark-compact.cc', |
| 76 'test-parsing.cc', | 75 'test-parsing.cc', |
| 77 'test-profile-generator.cc', | 76 'test-profile-generator.cc', |
| 78 'test-regexp.cc', | 77 'test-regexp.cc', |
| 79 'test-reloc-info.cc', | 78 'test-reloc-info.cc', |
| 80 'test-serialize.cc', | 79 'test-serialize.cc', |
| 81 'test-sockets.cc', | 80 'test-sockets.cc', |
| 82 'test-spaces.cc', | 81 'test-spaces.cc', |
| 83 'test-strings.cc', | 82 'test-strings.cc', |
| 84 'test-strtod.cc', | 83 'test-strtod.cc', |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 }], | 126 }], |
| 128 [ 'OS=="win"', { | 127 [ 'OS=="win"', { |
| 129 'sources': [ | 128 'sources': [ |
| 130 'test-platform-win32.cc', | 129 'test-platform-win32.cc', |
| 131 ], | 130 ], |
| 132 }], | 131 }], |
| 133 ], | 132 ], |
| 134 }, | 133 }, |
| 135 ], | 134 ], |
| 136 } | 135 } |
| OLD | NEW |