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

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

Issue 6995160: Hooks for out-of-process (OOP) debugger. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 6 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 # -*- python -*- 1 # -*- python -*-
2 # Copyright (c) 2011 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2011 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 25 matching lines...) Expand all
36 'sources': [ 36 'sources': [
37 'dyn_array.c', 37 'dyn_array.c',
38 'elf_util.c', 38 'elf_util.c',
39 'nacl_all_modules.c', 39 'nacl_all_modules.c',
40 'nacl_app_thread.c', 40 'nacl_app_thread.c',
41 'nacl_bottom_half.c', 41 'nacl_bottom_half.c',
42 'nacl_closure.c', 42 'nacl_closure.c',
43 'nacl_desc_effector_ldr.c', 43 'nacl_desc_effector_ldr.c',
44 'nacl_globals.c', 44 'nacl_globals.c',
45 'nacl_memory_object.c', 45 'nacl_memory_object.c',
46 'nacl_oop_debugger_hooks.c',
46 'nacl_signal_common.c', 47 'nacl_signal_common.c',
47 'nacl_stack_safety.c', 48 'nacl_stack_safety.c',
48 'nacl_sync_queue.c', 49 'nacl_sync_queue.c',
49 'nacl_syscall_common.c', 50 'nacl_syscall_common.c',
50 'nacl_syscall_hook.c', 51 'nacl_syscall_hook.c',
51 'nacl_text.c', 52 'nacl_text.c',
52 'nacl_valgrind_hooks.c', 53 'nacl_valgrind_hooks.c',
53 'name_service/default_name_service.c', 54 'name_service/default_name_service.c',
54 'name_service/name_service.c', 55 'name_service/name_service.c',
55 'sel_addrspace.c', 56 'sel_addrspace.c',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 ], 349 ],
349 'sources': [ 350 'sources': [
350 'sel_main.c', 351 'sel_main.c',
351 ], 352 ],
352 }, 353 },
353 # TODO(bsy): no tests are built; see build.scons 354 # TODO(bsy): no tests are built; see build.scons
354 ], 355 ],
355 }], 356 }],
356 ] 357 ]
357 } 358 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698