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

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

Issue 18435004: Build nacl_list_mappings and nosys w/ pnacl using GYP. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: actually, put that in a different CL 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
« no previous file with comments | « no previous file | src/untrusted/nosys/nosys.gyp » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'sources_for_standard_interfaces': [ 10 'sources_for_standard_interfaces': [
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 ], 160 ],
161 }, 161 },
162 { 162 {
163 'target_name': 'nacl_list_mappings_lib', 163 'target_name': 'nacl_list_mappings_lib',
164 'type': 'none', 164 'type': 'none',
165 'variables': { 165 'variables': {
166 'nlib_target': 'libnacl_list_mappings.a', 166 'nlib_target': 'libnacl_list_mappings.a',
167 'nso_target': 'libnacl_list_mappings.so', 167 'nso_target': 'libnacl_list_mappings.so',
168 'build_glibc': 1, 168 'build_glibc': 1,
169 'build_newlib': 1, 169 'build_newlib': 1,
170 'build_pnacl_newlib': 1,
170 }, 171 },
171 'sources': ['list_mappings.c'], 172 'sources': ['list_mappings.c'],
172 'dependencies': [ 173 'dependencies': [
173 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 174 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
174 ], 175 ],
175 }, 176 },
176 { 177 {
177 'target_name': 'nacl_list_mappings_private_lib', 178 'target_name': 'nacl_list_mappings_private_lib',
178 'type': 'none', 179 'type': 'none',
179 'variables': { 180 'variables': {
(...skipping 15 matching lines...) Expand all
195 'build_glibc': 1, 196 'build_glibc': 1,
196 'build_newlib': 1, 197 'build_newlib': 1,
197 }, 198 },
198 'sources': ['<@(imc_syscalls)'], 199 'sources': ['<@(imc_syscalls)'],
199 'dependencies': [ 200 'dependencies': [
200 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 201 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
201 ], 202 ],
202 }, 203 },
203 ], 204 ],
204 } 205 }
OLDNEW
« no previous file with comments | « no previous file | src/untrusted/nosys/nosys.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698