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

Unified Diff: src/trusted/service_runtime/service_runtime.gyp

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
Index: src/trusted/service_runtime/service_runtime.gyp
===================================================================
--- src/trusted/service_runtime/service_runtime.gyp (revision 5665)
+++ src/trusted/service_runtime/service_runtime.gyp (working copy)
@@ -100,6 +100,7 @@
['OS=="mac"', {
'sources': [
'osx/nacl_ldt.c',
+ 'osx/nacl_oop_debugger_hooks.c',
'osx/nacl_thread_nice.c',
'linux/sel_memory.c',
'linux/x86/sel_segments.c',
@@ -109,6 +110,7 @@
['OS=="win"', {
'sources': [
'win/nacl_ldt.c',
+ 'win/nacl_oop_debugger_hooks.c',
'win/nacl_thread_nice.c',
'win/sel_memory.c',
'win/sel_segments.c',
@@ -133,6 +135,7 @@
['OS=="linux"', {
'sources': [
'linux/sel_memory.c',
+ 'linux/nacl_oop_debugger_hooks.c',
'linux/nacl_thread_nice.c',
],
'conditions': [
« no previous file with comments | « src/trusted/service_runtime/sel_ldr_standard.c ('k') | src/trusted/service_runtime/win/nacl_oop_debugger_hooks.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698