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

Side by Side Diff: src/trusted/service_runtime/service_runtime.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/trusted/service_runtime/sel_main_common.c ('k') | src/trusted/simple_service/build.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 # -*- gyp -*- 1 # -*- gyp -*-
2 # Copyright (c) 2012 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'includes': [ 7 'includes': [
8 '../../../build/common.gypi', 8 '../../../build/common.gypi',
9 ], 9 ],
10 'target_defaults': { 10 'target_defaults': {
(...skipping 20 matching lines...) Expand all
31 'nacl_reverse_quota_interface.c', 31 'nacl_reverse_quota_interface.c',
32 'nacl_runtime_host_interface.c', 32 'nacl_runtime_host_interface.c',
33 'nacl_secure_service.c', 33 'nacl_secure_service.c',
34 'nacl_signal_common.c', 34 'nacl_signal_common.c',
35 'nacl_stack_safety.c', 35 'nacl_stack_safety.c',
36 'nacl_syscall_common.c', 36 'nacl_syscall_common.c',
37 'nacl_syscall_hook.c', 37 'nacl_syscall_hook.c',
38 'nacl_syscall_list.c', 38 'nacl_syscall_list.c',
39 'nacl_text.c', 39 'nacl_text.c',
40 'nacl_valgrind_hooks.c', 40 'nacl_valgrind_hooks.c',
41 'name_service/name_service.c',
42 'sel_addrspace.c', 41 'sel_addrspace.c',
43 'sel_ldr.c', 42 'sel_ldr.c',
44 'sel_ldr_standard.c', 43 'sel_ldr_standard.c',
45 'sel_ldr_thread_interface.c', 44 'sel_ldr_thread_interface.c',
46 # TODO(mseaborn): Move sel_main_chrome.c to the 45 # TODO(mseaborn): Move sel_main_chrome.c to the
47 # "sel_main_chrome" library once Chromium is changed to 46 # "sel_main_chrome" library once Chromium is changed to
48 # depend on that rather than on "sel". 47 # depend on that rather than on "sel".
49 'sel_main_chrome.c', 48 'sel_main_chrome.c',
50 'sel_main_common.c', 49 'sel_main_common.c',
51 'sel_mem.c', 50 'sel_mem.c',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 }], 421 }],
423 ], 422 ],
424 'sources': [ 423 'sources': [
425 'linux/nacl_signal.c', 424 'linux/nacl_signal.c',
426 ], 425 ],
427 }, 426 },
428 ], 427 ],
429 }], 428 }],
430 ], 429 ],
431 } 430 }
OLDNEW
« no previous file with comments | « src/trusted/service_runtime/sel_main_common.c ('k') | src/trusted/simple_service/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698