| OLD | NEW |
| 1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 'test-spaces.cc', | 113 'test-spaces.cc', |
| 114 'test-strings.cc', | 114 'test-strings.cc', |
| 115 'test-symbols.cc', | 115 'test-symbols.cc', |
| 116 'test-strtod.cc', | 116 'test-strtod.cc', |
| 117 'test-thread-termination.cc', | 117 'test-thread-termination.cc', |
| 118 'test-threads.cc', | 118 'test-threads.cc', |
| 119 'test-time.cc', | 119 'test-time.cc', |
| 120 'test-types.cc', | 120 'test-types.cc', |
| 121 'test-unbound-queue.cc', | 121 'test-unbound-queue.cc', |
| 122 'test-unique.cc', | 122 'test-unique.cc', |
| 123 'test-unscopables-hidden-prototype.cc', |
| 123 'test-utils.cc', | 124 'test-utils.cc', |
| 124 'test-version.cc', | 125 'test-version.cc', |
| 125 'test-weakmaps.cc', | 126 'test-weakmaps.cc', |
| 126 'test-weaksets.cc', | 127 'test-weaksets.cc', |
| 127 'test-weaktypedarrays.cc', | 128 'test-weaktypedarrays.cc', |
| 128 'trace-extension.cc' | 129 'trace-extension.cc' |
| 129 ], | 130 ], |
| 130 'conditions': [ | 131 'conditions': [ |
| 131 ['v8_target_arch=="ia32"', { | 132 ['v8_target_arch=="ia32"', { |
| 132 'sources': [ ### gcmole(arch:ia32) ### | 133 'sources': [ ### gcmole(arch:ia32) ### |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 '<@(_outputs)', | 271 '<@(_outputs)', |
| 271 'TEST', # type | 272 'TEST', # type |
| 272 'off', # compression | 273 'off', # compression |
| 273 '<@(file_list)', | 274 '<@(file_list)', |
| 274 ], | 275 ], |
| 275 } | 276 } |
| 276 ], | 277 ], |
| 277 }, | 278 }, |
| 278 ], | 279 ], |
| 279 } | 280 } |
| OLD | NEW |