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

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

Issue 891603002: Removes the name service from the service runtime (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Fixes code review comments Created 5 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
« no previous file with comments | « src/untrusted/nacl/BUILD.gn ('k') | src/untrusted/nacl/nacl.scons » ('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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'random.c', 211 'random.c',
212 ], 212 ],
213 'imc_syscalls': [ 213 'imc_syscalls': [
214 'imc_accept.c', 214 'imc_accept.c',
215 'imc_connect.c', 215 'imc_connect.c',
216 'imc_makeboundsock.c', 216 'imc_makeboundsock.c',
217 'imc_mem_obj_create.c', 217 'imc_mem_obj_create.c',
218 'imc_recvmsg.c', 218 'imc_recvmsg.c',
219 'imc_sendmsg.c', 219 'imc_sendmsg.c',
220 'imc_socketpair.c', 220 'imc_socketpair.c',
221 'nameservice.c',
222 ], 221 ],
223 }, 222 },
224 223
225 'targets' : [ 224 'targets' : [
226 { 225 {
227 'target_name': 'nacl_lib', 226 'target_name': 'nacl_lib',
228 'type': 'none', 227 'type': 'none',
229 'dependencies': [ 228 'dependencies': [
230 'nacl_lib_newlib', 229 'nacl_lib_newlib',
231 ], 230 ],
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'build_pnacl_newlib': 1, 377 'build_pnacl_newlib': 1,
379 'build_irt': 1, 378 'build_irt': 1,
380 }, 379 },
381 'sources': ['<@(imc_syscalls)'], 380 'sources': ['<@(imc_syscalls)'],
382 'dependencies': [ 381 'dependencies': [
383 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 382 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
384 ], 383 ],
385 }, 384 },
386 ], 385 ],
387 } 386 }
OLDNEW
« no previous file with comments | « src/untrusted/nacl/BUILD.gn ('k') | src/untrusted/nacl/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698