| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium 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 'includes': [ | 6 'includes': [ |
| 7 '../../../build/common.gypi', | 7 '../../../build/common.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'irt_sources': [ | 10 'irt_sources': [ |
| 11 # irt_support_sources | 11 # irt_support_sources |
| 12 'irt_core_entry.c', | |
| 13 'irt_entry.c', | 12 'irt_entry.c', |
| 14 'irt_malloc.c', | 13 'irt_malloc.c', |
| 15 'irt_private_pthread.c', | 14 'irt_private_pthread.c', |
| 16 'irt_private_tls.c', | 15 'irt_private_tls.c', |
| 17 # irt_common_interfaces | 16 # irt_common_interfaces |
| 18 'irt_basic.c', | 17 'irt_basic.c', |
| 19 'irt_fdio.c', | 18 'irt_fdio.c', |
| 20 'irt_filename.c', | 19 'irt_filename.c', |
| 21 'irt_memory.c', | 20 'irt_memory.c', |
| 22 'irt_dyncode.c', | 21 'irt_dyncode.c', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 'sources': [ 'aeabi_read_tp.S' ], | 107 'sources': [ 'aeabi_read_tp.S' ], |
| 109 }], | 108 }], |
| 110 ], | 109 ], |
| 111 'dependencies': [ | 110 'dependencies': [ |
| 112 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 111 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 113 '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib', | 112 '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib', |
| 114 ], | 113 ], |
| 115 }, | 114 }, |
| 116 ], | 115 ], |
| 117 } | 116 } |
| OLD | NEW |