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

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

Issue 389022: first step in factoring out code dealing with elf into a separate library.... (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: '' Created 11 years, 1 month 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
« no previous file with comments | « src/trusted/service_runtime/sel_main.c ('k') | src/trusted/service_runtime/web_worker_stub.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # Copyright 2009, Google Inc. 2 # Copyright 2009, Google Inc.
3 # All rights reserved. 3 # All rights reserved.
4 # 4 #
5 # Redistribution and use in source and binary forms, with or without 5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions are 6 # modification, are permitted provided that the following conditions are
7 # met: 7 # met:
8 # 8 #
9 # * Redistributions of source code must retain the above copyright 9 # * Redistributions of source code must retain the above copyright
10 # notice, this list of conditions and the following disclaimer. 10 # notice, this list of conditions and the following disclaimer.
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'nacl_closure.c', 66 'nacl_closure.c',
67 'nacl_globals.c', 67 'nacl_globals.c',
68 'nacl_memory_object.c', 68 'nacl_memory_object.c',
69 'nacl_sync_queue.c', 69 'nacl_sync_queue.c',
70 'nacl_syscall_common.c', 70 'nacl_syscall_common.c',
71 'nacl_syscall_hook.c', 71 'nacl_syscall_hook.c',
72 'sel_addrspace.c', 72 'sel_addrspace.c',
73 'sel_ldr.c', 73 'sel_ldr.c',
74 'sel_ldr-inl.c', 74 'sel_ldr-inl.c',
75 'sel_ldr_standard.c', 75 'sel_ldr_standard.c',
76 'sel_load_image.c', 76 'elf_util.c',
77 'sel_mem.c', 77 'sel_mem.c',
78 'sel_util.c', 78 'sel_util.c',
79 'sel_util-inl.c', 79 'sel_util-inl.c',
80 'web_worker_stub.c', 80 'web_worker_stub.c',
81 ], 81 ],
82 'sources!': [ 82 'sources!': [
83 '<(syscall_handler)', 83 '<(syscall_handler)',
84 ], 84 ],
85 'dependencies': [ 85 'dependencies': [
86 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer', 86 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gy p:platform_qual_lib', 220 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gy p:platform_qual_lib',
221 ], 221 ],
222 'sources': [ 222 'sources': [
223 'sel_main.c', 223 'sel_main.c',
224 ], 224 ],
225 }, 225 },
226 226
227 # TODO(bsy): no tests are built; see build.scons 227 # TODO(bsy): no tests are built; see build.scons
228 ], 228 ],
229 } 229 }
OLDNEW
« no previous file with comments | « src/trusted/service_runtime/sel_main.c ('k') | src/trusted/service_runtime/web_worker_stub.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698