| OLD | NEW |
| 1 # -*- python -*- | 1 # -*- python -*- |
| 2 # Copyright 2008, Google Inc. | 2 # Copyright 2008, 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 'nacl_desc_imc_shm.c', | 59 'nacl_desc_imc_shm.c', |
| 60 'nacl_desc_imc_shm.h', | 60 'nacl_desc_imc_shm.h', |
| 61 'nacl_desc_invalid.c', | 61 'nacl_desc_invalid.c', |
| 62 'nacl_desc_invalid.h', | 62 'nacl_desc_invalid.h', |
| 63 'nacl_desc_io.c', | 63 'nacl_desc_io.c', |
| 64 'nacl_desc_io.h', | 64 'nacl_desc_io.h', |
| 65 'nacl_desc_mutex.c', | 65 'nacl_desc_mutex.c', |
| 66 'nacl_desc_mutex.h', | 66 'nacl_desc_mutex.h', |
| 67 'nacl_desc_null.c', | 67 'nacl_desc_null.c', |
| 68 'nacl_desc_null.h', | 68 'nacl_desc_null.h', |
| 69 'nacl_desc_rng.c', | |
| 70 'nacl_desc_rng.h', | |
| 71 'nacl_desc_quota.c', | 69 'nacl_desc_quota.c', |
| 72 'nacl_desc_quota.h', | 70 'nacl_desc_quota.h', |
| 73 'nacl_desc_quota_interface.c', | 71 'nacl_desc_quota_interface.c', |
| 74 'nacl_desc_quota_interface.h', | 72 'nacl_desc_quota_interface.h', |
| 75 'nacl_desc_semaphore.c', | 73 'nacl_desc_semaphore.c', |
| 76 'nacl_desc_semaphore.h', | 74 'nacl_desc_semaphore.h', |
| 77 'nacl_desc_sync_socket.c', | 75 'nacl_desc_sync_socket.c', |
| 78 'nacl_desc_sync_socket.h', | 76 'nacl_desc_sync_socket.h', |
| 79 'nrd_all_modules.c', | 77 'nrd_all_modules.c', |
| 80 'nrd_all_modules.h', | 78 'nrd_all_modules.h', |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 }, | 244 }, |
| 247 'dependencies': [ | 245 'dependencies': [ |
| 248 # 'nrd_xfer', | 246 # 'nrd_xfer', |
| 249 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc', | 247 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc', |
| 250 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', | 248 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', |
| 251 '<(DEPTH)/native_client/src/trusted/nacl_base/nacl_base.gyp:nacl_base', | 249 '<(DEPTH)/native_client/src/trusted/nacl_base/nacl_base.gyp:nacl_base', |
| 252 ], | 250 ], |
| 253 }, | 251 }, |
| 254 ], | 252 ], |
| 255 } | 253 } |
| OLD | NEW |