OLD | NEW |
1 Name: boringssl | 1 Name: boringssl |
2 URL: https://boringssl.googlesource.com/boringssl | 2 URL: https://boringssl.googlesource.com/boringssl |
3 Version: git | 3 Version: git |
4 License: BSDish | 4 License: BSDish |
5 License File: NOTICE | 5 License File: NOTICE |
6 License Android Compatible: yes | 6 License Android Compatible: yes |
7 Security Critical: yes | 7 Security Critical: yes |
8 | 8 |
9 Description: | 9 Description: |
10 This is BoringSSL, a fork of OpenSSL. See | 10 This is BoringSSL, a fork of OpenSSL. See |
11 https://www.imperialviolet.org/2014/06/20/boringssl.html | 11 https://www.imperialviolet.org/2014/06/20/boringssl.html |
12 | |
13 Note: when rolling DEPS forward, remember to run | |
14 | |
15 cd third_party/boringssl | |
16 python src/util/generate_build_files.py chromium | |
17 | |
18 from a system with both Perl and Go installed. | |
OLD | NEW |