| OLD | NEW |
| 1 # PNaCl component git revisions. The git base URL and repository names are at | 1 # PNaCl component git revisions. The git base URL and repository names are at |
| 2 # the top of toolchain_build/toolchain_build_pnacl.py. | 2 # the top of toolchain_build/toolchain_build_pnacl.py. |
| 3 # For backward compatibility, the key names match the directory names used by | 3 # For backward compatibility, the key names match the directory names used by |
| 4 # gclient in the earlier version of this file, with the exception that | 4 # gclient in the earlier version of this file, with the exception that |
| 5 # underscores in this file become dashes in the directory name (that means this | 5 # underscores in this file become dashes in the directory name (that means this |
| 6 # file can be 'source'ed in a shell script). | 6 # file can be 'source'ed in a shell script). |
| 7 # | 7 # |
| 8 # You can auto-update this file with ./pnacl/deps_update.py | 8 # You can auto-update this file with ./pnacl/deps_update.py |
| 9 | 9 |
| 10 binutils=c14c68b3d5d1c53006ab7be466d696887db81037 | 10 binutils=c14c68b3d5d1c53006ab7be466d696887db81037 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 # Three lines avoid merge conflicts. | 32 # Three lines avoid merge conflicts. |
| 33 # | 33 # |
| 34 nacl_newlib=8c4da477c5348743d900307ce8443da4cc2fcdb8 | 34 nacl_newlib=8c4da477c5348743d900307ce8443da4cc2fcdb8 |
| 35 # | 35 # |
| 36 # Three lines avoid merge conflicts. | 36 # Three lines avoid merge conflicts. |
| 37 # | 37 # |
| 38 llvm_test_suite=6438a2b505fa29f82eb850aed1785db1738b971c | 38 llvm_test_suite=6438a2b505fa29f82eb850aed1785db1738b971c |
| 39 # | 39 # |
| 40 # Three lines avoid merge conflicts. | 40 # Three lines avoid merge conflicts. |
| 41 # | 41 # |
| 42 compiler_rt=f104bd1610f9be8d64ba6d3e2ba71dd556516d84 | 42 compiler_rt=015d1fed70a7c4e79ec9706d02d4df4ddd4bac12 |
| 43 # | 43 # |
| 44 # Three lines avoid merge conflicts. | 44 # Three lines avoid merge conflicts. |
| 45 # | 45 # |
| 46 subzero=9c1d3869bab08d1a6e0255712b59dc0e59b44618 | 46 subzero=9c1d3869bab08d1a6e0255712b59dc0e59b44618 |
| 47 # | 47 # |
| 48 # Three lines avoid merge conflicts. | 48 # Three lines avoid merge conflicts. |
| 49 # | 49 # |
| 50 binutils_x86=1d8592cc9f02cc9aeaef992c296376a8fd4c8761 | 50 binutils_x86=1d8592cc9f02cc9aeaef992c296376a8fd4c8761 |
| OLD | NEW |