| 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 'test-run-wasm-relocation-x87.cc' | 314 'test-run-wasm-relocation-x87.cc' |
| 315 ], | 315 ], |
| 316 }, | 316 }, |
| 317 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'], | 317 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'], |
| 318 'targets': [ | 318 'targets': [ |
| 319 { | 319 { |
| 320 'target_name': 'cctest', | 320 'target_name': 'cctest', |
| 321 'type': 'executable', | 321 'type': 'executable', |
| 322 'dependencies': [ | 322 'dependencies': [ |
| 323 'resources', | 323 'resources', |
| 324 '../../src/v8.gyp:v8_libbase', | |
| 325 '../../src/v8.gyp:v8_libplatform', | 324 '../../src/v8.gyp:v8_libplatform', |
| 326 ], | 325 ], |
| 327 'include_dirs': [ | 326 'include_dirs': [ |
| 328 '../..', | 327 '../..', |
| 329 ], | 328 ], |
| 330 'sources': [ | 329 'sources': [ |
| 331 '../common/wasm/wasm-module-runner.cc', | 330 '../common/wasm/wasm-module-runner.cc', |
| 332 '../common/wasm/wasm-module-runner.h', | 331 '../common/wasm/wasm-module-runner.h', |
| 333 '<@(cctest_sources)', | 332 '<@(cctest_sources)', |
| 334 '<(generated_file)', | 333 '<(generated_file)', |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 '../../gypfiles/isolate.gypi', | 518 '../../gypfiles/isolate.gypi', |
| 520 ], | 519 ], |
| 521 'sources': [ | 520 'sources': [ |
| 522 'cctest.isolate', | 521 'cctest.isolate', |
| 523 ], | 522 ], |
| 524 }, | 523 }, |
| 525 ], | 524 ], |
| 526 }], | 525 }], |
| 527 ], | 526 ], |
| 528 } | 527 } |
| OLD | NEW |