| 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 'wasm/wasm-run-utils.h', | 194 'wasm/wasm-run-utils.h', |
| 195 ], | 195 ], |
| 196 'conditions': [ | 196 'conditions': [ |
| 197 ['v8_target_arch=="ia32"', { | 197 ['v8_target_arch=="ia32"', { |
| 198 'sources': [ ### gcmole(arch:ia32) ### | 198 'sources': [ ### gcmole(arch:ia32) ### |
| 199 'test-assembler-ia32.cc', | 199 'test-assembler-ia32.cc', |
| 200 'test-code-stubs.cc', | 200 'test-code-stubs.cc', |
| 201 'test-code-stubs-ia32.cc', | 201 'test-code-stubs-ia32.cc', |
| 202 'test-disasm-ia32.cc', | 202 'test-disasm-ia32.cc', |
| 203 'test-macro-assembler-ia32.cc', | 203 'test-macro-assembler-ia32.cc', |
| 204 'test-log-stack-tracer.cc' | 204 'test-log-stack-tracer.cc', |
| 205 'test-wasm-relocation-disasm-ia32.cc' |
| 205 ], | 206 ], |
| 206 }], | 207 }], |
| 207 ['v8_target_arch=="x64"', { | 208 ['v8_target_arch=="x64"', { |
| 208 'sources': [ ### gcmole(arch:x64) ### | 209 'sources': [ ### gcmole(arch:x64) ### |
| 209 'test-assembler-x64.cc', | 210 'test-assembler-x64.cc', |
| 210 'test-code-stubs.cc', | 211 'test-code-stubs.cc', |
| 211 'test-code-stubs-x64.cc', | 212 'test-code-stubs-x64.cc', |
| 212 'test-disasm-x64.cc', | 213 'test-disasm-x64.cc', |
| 213 'test-macro-assembler-x64.cc', | 214 'test-macro-assembler-x64.cc', |
| 214 'test-log-stack-tracer.cc' | 215 'test-log-stack-tracer.cc', |
| 216 'test-wasm-relocation-disasm-x64.cc' |
| 215 ], | 217 ], |
| 216 }], | 218 }], |
| 217 ['v8_target_arch=="arm"', { | 219 ['v8_target_arch=="arm"', { |
| 218 'sources': [ ### gcmole(arch:arm) ### | 220 'sources': [ ### gcmole(arch:arm) ### |
| 219 'test-assembler-arm.cc', | 221 'test-assembler-arm.cc', |
| 220 'test-code-stubs.cc', | 222 'test-code-stubs.cc', |
| 221 'test-code-stubs-arm.cc', | 223 'test-code-stubs-arm.cc', |
| 222 'test-disasm-arm.cc', | 224 'test-disasm-arm.cc', |
| 223 'test-macro-assembler-arm.cc' | 225 'test-macro-assembler-arm.cc', |
| 226 'test-wasm-relocation-disasm-arm.cc' |
| 224 ], | 227 ], |
| 225 }], | 228 }], |
| 226 ['v8_target_arch=="arm64"', { | 229 ['v8_target_arch=="arm64"', { |
| 227 'sources': [ ### gcmole(arch:arm64) ### | 230 'sources': [ ### gcmole(arch:arm64) ### |
| 228 'test-utils-arm64.cc', | 231 'test-utils-arm64.cc', |
| 229 'test-assembler-arm64.cc', | 232 'test-assembler-arm64.cc', |
| 230 'test-code-stubs.cc', | 233 'test-code-stubs.cc', |
| 231 'test-code-stubs-arm64.cc', | 234 'test-code-stubs-arm64.cc', |
| 232 'test-disasm-arm64.cc', | 235 'test-disasm-arm64.cc', |
| 233 'test-fuzz-arm64.cc', | 236 'test-fuzz-arm64.cc', |
| 234 'test-javascript-arm64.cc', | 237 'test-javascript-arm64.cc', |
| 235 'test-js-arm64-variables.cc' | 238 'test-js-arm64-variables.cc', |
| 239 'test-wasm-relocation-disasm-arm64.cc' |
| 236 ], | 240 ], |
| 237 }], | 241 }], |
| 238 ['v8_target_arch=="ppc"', { | 242 ['v8_target_arch=="ppc"', { |
| 239 'sources': [ ### gcmole(arch:ppc) ### | 243 'sources': [ ### gcmole(arch:ppc) ### |
| 240 'test-assembler-ppc.cc', | 244 'test-assembler-ppc.cc', |
| 241 'test-code-stubs.cc', | 245 'test-code-stubs.cc', |
| 242 'test-disasm-ppc.cc' | 246 'test-disasm-ppc.cc' |
| 243 ], | 247 ], |
| 244 }], | 248 }], |
| 245 ['v8_target_arch=="ppc64"', { | 249 ['v8_target_arch=="ppc64"', { |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 '../../build/isolate.gypi', | 400 '../../build/isolate.gypi', |
| 397 ], | 401 ], |
| 398 'sources': [ | 402 'sources': [ |
| 399 'cctest.isolate', | 403 'cctest.isolate', |
| 400 ], | 404 ], |
| 401 }, | 405 }, |
| 402 ], | 406 ], |
| 403 }], | 407 }], |
| 404 ], | 408 ], |
| 405 } | 409 } |
| OLD | NEW |