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

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: Dropped Command Service. Created 8 years, 3 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 # -*- 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_kern_services.c', 48 'nacl_kern_services.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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wra pped_desc64', 393 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wra pped_desc64',
393 ], 394 ],
394 'sources': [ 395 'sources': [
395 'sel_main.c', 396 'sel_main.c',
396 ], 397 ],
397 }, 398 },
398 ], 399 ],
399 }], 400 }],
400 ] 401 ]
401 } 402 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698