| 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', |
| 324 '../../src/v8.gyp:v8_libplatform', | 325 '../../src/v8.gyp:v8_libplatform', |
| 325 ], | 326 ], |
| 326 'include_dirs': [ | 327 'include_dirs': [ |
| 327 '../..', | 328 '../..', |
| 328 ], | 329 ], |
| 329 'sources': [ | 330 'sources': [ |
| 330 '../common/wasm/wasm-module-runner.cc', | 331 '../common/wasm/wasm-module-runner.cc', |
| 331 '../common/wasm/wasm-module-runner.h', | 332 '../common/wasm/wasm-module-runner.h', |
| 332 '<@(cctest_sources)', | 333 '<@(cctest_sources)', |
| 333 '<(generated_file)', | 334 '<(generated_file)', |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 '../../gypfiles/isolate.gypi', | 519 '../../gypfiles/isolate.gypi', |
| 519 ], | 520 ], |
| 520 'sources': [ | 521 'sources': [ |
| 521 'cctest.isolate', | 522 'cctest.isolate', |
| 522 ], | 523 ], |
| 523 }, | 524 }, |
| 524 ], | 525 ], |
| 525 }], | 526 }], |
| 526 ], | 527 ], |
| 527 } | 528 } |
| OLD | NEW |