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

Side by Side Diff: src/shared/platform/platform.gyp

Issue 140653005: Adds tls_edit utility which patches irt_core.nexe's TLS usage. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: This patch compiles in the tls offsets again instead of relying on tls_edit Created 6 years, 10 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
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # 2 #
3 # Copyright (c) 2012 The Native Client Authors. All rights reserved. 3 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 { 7 {
8 'variables': { 8 'variables': {
9 'common_sources': [ 9 'common_sources': [
10 'nacl_check.c', 10 'nacl_check.c',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 ]] 127 ]]
128 } 128 }
129 ] 129 ]
130 ], 130 ],
131 }, 131 },
132 'targets': [ 132 'targets': [
133 # ---------------------------------------------------------------------- 133 # ----------------------------------------------------------------------
134 { 134 {
135 'target_name': 'platform', 135 'target_name': 'platform',
136 'type': 'static_library', 136 'type': 'static_library',
137 'toolsets': ['host', 'target'],
Roland McGrath 2014/01/31 21:02:01 Ditto
137 'variables': { 138 'variables': {
138 'target_base': 'platform_lib', 139 'target_base': 'platform_lib',
139 }, 140 },
140 'dependencies': [ 141 'dependencies': [
141 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio', 142 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
142 ], 143 ],
143 }, 144 },
144 # ---------------------------------------------------------------------- 145 # ----------------------------------------------------------------------
145 { 146 {
146 'target_name': 'platform_tests', 147 'target_name': 'platform_tests',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 ], 211 ],
211 'dependencies': [ 212 'dependencies': [
212 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform64' , 213 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform64' ,
213 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio64', 214 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio64',
214 ], 215 ],
215 }, 216 },
216 ], 217 ],
217 }], 218 }],
218 ], 219 ],
219 } 220 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698