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

Side by Side Diff: src/trusted/service_runtime/service_runtime.gyp

Issue 10914138: Split secure command channel and untrusted application channel (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fixed a few nits. Created 8 years, 2 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 | « src/trusted/service_runtime/sel_ldr.c ('k') | no next file » | 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 'variables': { 7 'variables': {
8 'conditions': [ 8 'conditions': [
9 ['OS=="linux"', { 9 ['OS=="linux"', {
10 'syscall_handler': [ 10 'syscall_handler': [
(...skipping 30 matching lines...) Expand all
41 'nacl_bootstrap_channel_error_reporter.c', 41 'nacl_bootstrap_channel_error_reporter.c',
42 'nacl_copy.c', 42 'nacl_copy.c',
43 'nacl_desc_effector_ldr.c', 43 'nacl_desc_effector_ldr.c',
44 'nacl_desc_postmessage.c', 44 'nacl_desc_postmessage.c',
45 'nacl_error_gio.c', 45 'nacl_error_gio.c',
46 'nacl_error_log_hook.c', 46 'nacl_error_log_hook.c',
47 'nacl_globals.c', 47 'nacl_globals.c',
48 'nacl_kernel_service.c', 48 'nacl_kernel_service.c',
49 'nacl_resource.c', 49 'nacl_resource.c',
50 'nacl_reverse_quota_interface.c', 50 'nacl_reverse_quota_interface.c',
51 'nacl_secure_service.c',
51 'nacl_signal_common.c', 52 'nacl_signal_common.c',
52 'nacl_stack_safety.c', 53 'nacl_stack_safety.c',
53 'nacl_syscall_common.c', 54 'nacl_syscall_common.c',
54 'nacl_syscall_hook.c', 55 'nacl_syscall_hook.c',
55 'nacl_text.c', 56 'nacl_text.c',
56 'nacl_valgrind_hooks.c', 57 'nacl_valgrind_hooks.c',
57 'name_service/default_name_service.c', 58 'name_service/default_name_service.c',
58 'name_service/name_service.c', 59 'name_service/name_service.c',
59 'sel_addrspace.c', 60 'sel_addrspace.c',
60 'sel_ldr.c', 61 'sel_ldr.c',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wra pped_desc64', 415 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wra pped_desc64',
415 ], 416 ],
416 'sources': [ 417 'sources': [
417 'nacl_test_injection_main.c', 418 'nacl_test_injection_main.c',
418 ], 419 ],
419 }, 420 },
420 ], 421 ],
421 }], 422 }],
422 ] 423 ]
423 } 424 }
OLDNEW
« no previous file with comments | « src/trusted/service_runtime/sel_ldr.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698