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

Unified Diff: src/trusted/service_runtime/build.scons

Issue 7164001: Resurrection of "Hooks for out-of-process (OOP) debugger" CL. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/trusted/service_runtime/linux/nacl_oop_debugger_hooks.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/build.scons
===================================================================
--- src/trusted/service_runtime/build.scons (revision 5665)
+++ src/trusted/service_runtime/build.scons (working copy)
@@ -149,6 +149,7 @@
if env.Bit('windows'):
ldr_inputs += [
'win/nacl_ldt.c',
+ 'win/nacl_oop_debugger_hooks.c',
'win/nacl_thread_nice.c',
'win/sel_memory.c',
'win/sel_segments.c',
@@ -156,6 +157,7 @@
elif env.Bit('mac'):
ldr_inputs += [
'osx/nacl_ldt.c',
+ 'osx/nacl_oop_debugger_hooks.c',
'osx/nacl_thread_nice.c',
'linux/sel_memory.c',
'linux/x86/sel_segments.c',
@@ -164,6 +166,7 @@
elif env.Bit('linux'):
ldr_inputs += [
'linux/sel_memory.c',
+ 'linux/nacl_oop_debugger_hooks.c',
'linux/nacl_thread_nice.c',
]
if env.Bit('build_x86'):
« no previous file with comments | « no previous file | src/trusted/service_runtime/linux/nacl_oop_debugger_hooks.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698