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

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

Issue 10392005: Thread suspension: Implement for Linux (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Comment about docs Created 8 years, 7 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 | « src/trusted/service_runtime/sel_ldr.h ('k') | src/trusted/service_runtime/win/thread_suspension.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/service_runtime.gyp
diff --git a/src/trusted/service_runtime/service_runtime.gyp b/src/trusted/service_runtime/service_runtime.gyp
index 4e72be06f951025626bd48dae1f41d3d545e591e..0c106ae382c86925595175c42766b71e71190cb5 100644
--- a/src/trusted/service_runtime/service_runtime.gyp
+++ b/src/trusted/service_runtime/service_runtime.gyp
@@ -98,6 +98,7 @@
'conditions': [
['OS=="mac"', {
'sources': [
+ 'generic/thread_suspension.c',
'osx/crash_filter.c',
'osx/mach_exception_handler.c',
'osx/nacl_ldt.c',
@@ -166,6 +167,7 @@
'linux/nacl_oop_debugger_hooks.c',
'linux/nacl_thread_nice.c',
'linux/r_debug.c',
+ 'linux/thread_suspension.c',
],
'conditions': [
['target_arch=="ia32" or target_arch=="x64"', {
« no previous file with comments | « src/trusted/service_runtime/sel_ldr.h ('k') | src/trusted/service_runtime/win/thread_suspension.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698