ChildAccountService[Java] delegates everything to native side.
[chromium-blink-merge.git] / third_party / boringssl / README.chromium
blob8c89faa63339b81993669c21fa29d938db483ad4
1 Name: boringssl
2 URL: https://boringssl.googlesource.com/boringssl
3 Version: git
4 License: BSDish
5 License File: NOTICE
6 License Android Compatible: yes
7 Security Critical: yes
9 Description:
10 This is BoringSSL, a fork of OpenSSL. See
11 https://www.imperialviolet.org/2014/06/20/boringssl.html
13 Note: when rolling DEPS forward, remember to run
15   cd third_party/boringssl
16   python src/util/generate_build_files.py chromium
18 from a system with both Perl and Go installed.