| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |