| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'nacl_desc_base.h', | 45 'nacl_desc_base.h', |
| 46 'nacl_desc_cond.c', | 46 'nacl_desc_cond.c', |
| 47 'nacl_desc_cond.h', | 47 'nacl_desc_cond.h', |
| 48 'nacl_desc_custom.c', | 48 'nacl_desc_custom.c', |
| 49 'nacl_desc_custom.h', | 49 'nacl_desc_custom.h', |
| 50 'nacl_desc_dir.c', | 50 'nacl_desc_dir.c', |
| 51 'nacl_desc_dir.h', | 51 'nacl_desc_dir.h', |
| 52 'nacl_desc_effector.h', | 52 'nacl_desc_effector.h', |
| 53 'nacl_desc_effector_trusted_mem.c', | 53 'nacl_desc_effector_trusted_mem.c', |
| 54 'nacl_desc_effector_trusted_mem.h', | 54 'nacl_desc_effector_trusted_mem.h', |
| 55 'nacl_desc_file_info.c', |
| 56 'nacl_desc_file_info.h', |
| 55 'nacl_desc_imc.c', | 57 'nacl_desc_imc.c', |
| 56 'nacl_desc_imc.h', | 58 'nacl_desc_imc.h', |
| 57 'nacl_desc_imc_shm.c', | 59 'nacl_desc_imc_shm.c', |
| 58 'nacl_desc_imc_shm.h', | 60 'nacl_desc_imc_shm.h', |
| 59 'nacl_desc_invalid.c', | 61 'nacl_desc_invalid.c', |
| 60 'nacl_desc_invalid.h', | 62 'nacl_desc_invalid.h', |
| 61 'nacl_desc_io.c', | 63 'nacl_desc_io.c', |
| 62 'nacl_desc_io.h', | 64 'nacl_desc_io.h', |
| 63 'nacl_desc_mutex.c', | 65 'nacl_desc_mutex.c', |
| 64 'nacl_desc_mutex.h', | 66 'nacl_desc_mutex.h', |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 }, | 251 }, |
| 250 'dependencies': [ | 252 'dependencies': [ |
| 251 # 'nrd_xfer', | 253 # 'nrd_xfer', |
| 252 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc', | 254 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc', |
| 253 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', | 255 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', |
| 254 '<(DEPTH)/native_client/src/trusted/nacl_base/nacl_base.gyp:nacl_base', | 256 '<(DEPTH)/native_client/src/trusted/nacl_base/nacl_base.gyp:nacl_base', |
| 255 ], | 257 ], |
| 256 }, | 258 }, |
| 257 ], | 259 ], |
| 258 } | 260 } |
| OLD | NEW |