OLD | NEW |
1 # Copyright 2015 the V8 project authors. All rights reserved. | 1 # Copyright 2015 the V8 project authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'asan_dynamic_runtime', | 8 'target_name': 'asan_dynamic_runtime', |
9 'toolsets': ['target', 'host'], | 9 'toolsets': ['target', 'host'], |
10 'type': 'none', | 10 'type': 'none', |
(...skipping 11 matching lines...) Expand all Loading... |
22 { | 22 { |
23 'destination': '<(PRODUCT_DIR)', | 23 'destination': '<(PRODUCT_DIR)', |
24 'files': [ | 24 'files': [ |
25 '<!(/bin/ls <(asan_osx_dynamic))', | 25 '<!(/bin/ls <(asan_osx_dynamic))', |
26 ], | 26 ], |
27 }, | 27 }, |
28 ], | 28 ], |
29 }, | 29 }, |
30 ], | 30 ], |
31 } | 31 } |
OLD | NEW |