| 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 23 matching lines...) Expand all Loading... |
| 34 'targets': [ | 34 'targets': [ |
| 35 { | 35 { |
| 36 'target_name': 'cctest', | 36 'target_name': 'cctest', |
| 37 'type': 'executable', | 37 'type': 'executable', |
| 38 'dependencies': [ | 38 'dependencies': [ |
| 39 'resources', | 39 'resources', |
| 40 ], | 40 ], |
| 41 'include_dirs': [ | 41 'include_dirs': [ |
| 42 '../../src', | 42 '../../src', |
| 43 ], | 43 ], |
| 44 'sources': [ | 44 'sources': [ ### gcmole(all) ### |
| 45 '<(generated_file)', | 45 '<(generated_file)', |
| 46 'cctest.cc', | 46 'cctest.cc', |
| 47 'gay-fixed.cc', | 47 'gay-fixed.cc', |
| 48 'gay-precision.cc', | 48 'gay-precision.cc', |
| 49 'gay-shortest.cc', | 49 'gay-shortest.cc', |
| 50 'print-extension.cc', | 50 'print-extension.cc', |
| 51 'profiler-extension.cc', | 51 'profiler-extension.cc', |
| 52 'test-accessors.cc', | 52 'test-accessors.cc', |
| 53 'test-alloc.cc', | 53 'test-alloc.cc', |
| 54 'test-api.cc', | 54 'test-api.cc', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 'test-unique.cc', | 118 'test-unique.cc', |
| 119 'test-utils.cc', | 119 'test-utils.cc', |
| 120 'test-version.cc', | 120 'test-version.cc', |
| 121 'test-weakmaps.cc', | 121 'test-weakmaps.cc', |
| 122 'test-weaksets.cc', | 122 'test-weaksets.cc', |
| 123 'test-weaktypedarrays.cc', | 123 'test-weaktypedarrays.cc', |
| 124 'trace-extension.cc' | 124 'trace-extension.cc' |
| 125 ], | 125 ], |
| 126 'conditions': [ | 126 'conditions': [ |
| 127 ['v8_target_arch=="ia32"', { | 127 ['v8_target_arch=="ia32"', { |
| 128 'sources': [ | 128 'sources': [ ### gcmole(arch:ia32) ### |
| 129 'test-assembler-ia32.cc', | 129 'test-assembler-ia32.cc', |
| 130 'test-code-stubs.cc', | 130 'test-code-stubs.cc', |
| 131 'test-code-stubs-ia32.cc', | 131 'test-code-stubs-ia32.cc', |
| 132 'test-cpu-ia32.cc', | 132 'test-cpu-ia32.cc', |
| 133 'test-disasm-ia32.cc', | 133 'test-disasm-ia32.cc', |
| 134 'test-macro-assembler-ia32.cc', | 134 'test-macro-assembler-ia32.cc', |
| 135 'test-log-stack-tracer.cc' | 135 'test-log-stack-tracer.cc' |
| 136 ], | 136 ], |
| 137 }], | 137 }], |
| 138 ['v8_target_arch=="x64"', { | 138 ['v8_target_arch=="x64"', { |
| 139 'sources': [ | 139 'sources': [ ### gcmole(arch:x64) ### |
| 140 'test-assembler-x64.cc', | 140 'test-assembler-x64.cc', |
| 141 'test-code-stubs.cc', | 141 'test-code-stubs.cc', |
| 142 'test-code-stubs-x64.cc', | 142 'test-code-stubs-x64.cc', |
| 143 'test-cpu-x64.cc', | 143 'test-cpu-x64.cc', |
| 144 'test-disasm-x64.cc', | 144 'test-disasm-x64.cc', |
| 145 'test-macro-assembler-x64.cc', | 145 'test-macro-assembler-x64.cc', |
| 146 'test-log-stack-tracer.cc' | 146 'test-log-stack-tracer.cc' |
| 147 ], | 147 ], |
| 148 }], | 148 }], |
| 149 ['v8_target_arch=="arm"', { | 149 ['v8_target_arch=="arm"', { |
| 150 'sources': [ | 150 'sources': [ ### gcmole(arch:arm) ### |
| 151 'test-assembler-arm.cc', | 151 'test-assembler-arm.cc', |
| 152 'test-code-stubs.cc', | 152 'test-code-stubs.cc', |
| 153 'test-code-stubs-arm.cc', | 153 'test-code-stubs-arm.cc', |
| 154 'test-disasm-arm.cc', | 154 'test-disasm-arm.cc', |
| 155 'test-macro-assembler-arm.cc' | 155 'test-macro-assembler-arm.cc' |
| 156 ], | 156 ], |
| 157 }], | 157 }], |
| 158 ['v8_target_arch=="arm64"', { | 158 ['v8_target_arch=="arm64"', { |
| 159 'sources': [ | 159 'sources': [ ### gcmole(arch:arm64) ### |
| 160 'test-utils-arm64.cc', | 160 'test-utils-arm64.cc', |
| 161 'test-assembler-arm64.cc', | 161 'test-assembler-arm64.cc', |
| 162 'test-code-stubs.cc', | 162 'test-code-stubs.cc', |
| 163 'test-code-stubs-arm64.cc', | 163 'test-code-stubs-arm64.cc', |
| 164 'test-disasm-arm64.cc', | 164 'test-disasm-arm64.cc', |
| 165 'test-fuzz-arm64.cc', | 165 'test-fuzz-arm64.cc', |
| 166 'test-javascript-arm64.cc', | 166 'test-javascript-arm64.cc', |
| 167 'test-js-arm64-variables.cc' | 167 'test-js-arm64-variables.cc' |
| 168 ], | 168 ], |
| 169 }], | 169 }], |
| 170 ['v8_target_arch=="mipsel"', { | 170 ['v8_target_arch=="mipsel"', { |
| 171 'sources': [ | 171 'sources': [ ### gcmole(arch:mipsel) ### |
| 172 'test-assembler-mips.cc', | 172 'test-assembler-mips.cc', |
| 173 'test-code-stubs.cc', | 173 'test-code-stubs.cc', |
| 174 'test-code-stubs-mips.cc', | 174 'test-code-stubs-mips.cc', |
| 175 'test-disasm-mips.cc', | 175 'test-disasm-mips.cc', |
| 176 'test-macro-assembler-mips.cc' | 176 'test-macro-assembler-mips.cc' |
| 177 ], | 177 ], |
| 178 }], | 178 }], |
| 179 [ 'OS=="linux" or OS=="qnx"', { | 179 [ 'OS=="linux" or OS=="qnx"', { |
| 180 'sources': [ | 180 'sources': [ |
| 181 'test-platform-linux.cc', | 181 'test-platform-linux.cc', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 '<@(_outputs)', | 246 '<@(_outputs)', |
| 247 'TEST', # type | 247 'TEST', # type |
| 248 'off', # compression | 248 'off', # compression |
| 249 '<@(file_list)', | 249 '<@(file_list)', |
| 250 ], | 250 ], |
| 251 } | 251 } |
| 252 ], | 252 ], |
| 253 }, | 253 }, |
| 254 ], | 254 ], |
| 255 } | 255 } |
| OLD | NEW |