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

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

Issue 12207165: Mac x86_64: Mach exception support (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 7 years, 10 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 ], 102 ],
103 'process_outputs_as_sources': 1, 103 'process_outputs_as_sources': 1,
104 'message': 'Creating nacl_syscall_handlers.c', 104 'message': 'Creating nacl_syscall_handlers.c',
105 }, 105 },
106 ], 106 ],
107 'conditions': [ 107 'conditions': [
108 ['OS=="mac"', { 108 ['OS=="mac"', {
109 'sources': [ 109 'sources': [
110 'osx/crash_filter.c', 110 'osx/crash_filter.c',
111 'osx/mach_exception_handler.c', 111 'osx/mach_exception_handler.c',
112 'osx/mach_thread_map.c',
112 'osx/nacl_ldt.c', 113 'osx/nacl_ldt.c',
113 'osx/nacl_thread_nice.c', 114 'osx/nacl_thread_nice.c',
114 'osx/outer_sandbox.c', 115 'osx/outer_sandbox.c',
115 'osx/thread_suspension.c', 116 'osx/thread_suspension.c',
116 'posix/addrspace_teardown.c', 117 'posix/addrspace_teardown.c',
117 'posix/sel_memory.c', 118 'posix/sel_memory.c',
118 'posix/x86/sel_segments.c', 119 'posix/x86/sel_segments.c',
119 ], 120 ],
120 'actions': [ 121 'actions': [
121 { 122 {
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wra pped_desc64', 401 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wra pped_desc64',
401 ], 402 ],
402 'sources': [ 403 'sources': [
403 'nacl_test_injection_main.c', 404 'nacl_test_injection_main.c',
404 ], 405 ],
405 }, 406 },
406 ], 407 ],
407 }], 408 }],
408 ] 409 ]
409 } 410 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698