Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: src/untrusted/irt/irt.gyp

Issue 19571003: IRT: Replace __attribute__((constructor)) with explicit call in _start() (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix + cleanup Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « site_scons/site_tools/library_deps.py ('k') | src/untrusted/irt/irt_core_entry.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « site_scons/site_tools/library_deps.py ('k') | src/untrusted/irt/irt_core_entry.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698