Skip to content

aam/boringssl_gen

This branch is up to date with dart-lang/boringssl_gen:main.

Folders and files

NameName
Last commit message
Last commit date
Sep 20, 2016
Nov 27, 2024
Nov 27, 2024
Jan 29, 2024
Nov 27, 2024
Nov 27, 2024
May 30, 2018

Repository files navigation

This repository contains the files generated by boringssl for its build.
It also contains this file and the file BUILD.gn.

The generated source is for boringssl from:

https://boringssl.googlesource.com/boringssl.git

at revision:

cd95210465496ac2337b313cf49f607762abe286.

To roll boringssl forward:
- Update the hash for boringssl_rev in the DEPS file
- gclient sync
- In this directory: git checkout -b roll-boringssl-gen origin/master
- Remove all files in this directory except src/, codereview.settings, README, and BUILD.gn
- Run the script '$ python3 src/util/generate_build_files.py gn'
- Build the Dart SDK. Updates to BUILD.gn may be needed.
- git commit -a -m "Roll generated boringssl files to $HASH"
- Upload for code review: git push origin HEAD:refs/for/master
- Land it Gerrit after lgtm.
- Update boringssl_gen_rev in the DEPS file
- Upload changes to the DEPS file for code review, and land.

About

Boring SSL build files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published