| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 'test-profile-generator.cc', | 106 'test-profile-generator.cc', |
| 107 'test-regexp.cc', | 107 'test-regexp.cc', |
| 108 'test-reloc-info.cc', | 108 'test-reloc-info.cc', |
| 109 'test-serialize.cc', | 109 'test-serialize.cc', |
| 110 'test-sockets.cc', | 110 'test-sockets.cc', |
| 111 'test-spaces.cc', | 111 'test-spaces.cc', |
| 112 'test-strings.cc', | 112 'test-strings.cc', |
| 113 'test-strtod.cc', | 113 'test-strtod.cc', |
| 114 'test-thread-termination.cc', | 114 'test-thread-termination.cc', |
| 115 'test-threads.cc', | 115 'test-threads.cc', |
| 116 'test-type-info.cc', | |
| 117 'test-unbound-queue.cc', | 116 'test-unbound-queue.cc', |
| 118 'test-utils.cc', | 117 'test-utils.cc', |
| 119 'test-version.cc' | 118 'test-version.cc' |
| 120 ], | 119 ], |
| 121 'conditions': [ | 120 'conditions': [ |
| 122 ['v8_target_arch=="ia32"', { | 121 ['v8_target_arch=="ia32"', { |
| 123 'sources': [ | 122 'sources': [ |
| 124 'test-assembler-ia32.cc', | 123 'test-assembler-ia32.cc', |
| 125 'test-disasm-ia32.cc', | 124 'test-disasm-ia32.cc', |
| 126 'test-log-stack-tracer.cc' | 125 'test-log-stack-tracer.cc' |
| (...skipping 30 matching lines...) Expand all Loading... |
| 157 }], | 156 }], |
| 158 [ 'OS=="win"', { | 157 [ 'OS=="win"', { |
| 159 'sources': [ | 158 'sources': [ |
| 160 'test-platform-win32.cc', | 159 'test-platform-win32.cc', |
| 161 ], | 160 ], |
| 162 }], | 161 }], |
| 163 ], | 162 ], |
| 164 }, | 163 }, |
| 165 ], | 164 ], |
| 166 } | 165 } |
| OLD | NEW |