| OLD | NEW |
| 1 This repository contains the files generated by boringssl for its build. | 1 This repository contains the files generated by boringssl for its build. |
| 2 It also contains this file and the files BUILD.gn, boringssl_dart.gyp, and | 2 It also contains this file and the files BUILD.gn, boringssl_dart.gyp, |
| 3 boringssl_configurations.gypi. | 3 boringssl_configurations.gypi, and codreview.settings. |
| 4 | 4 |
| 5 The generated source is for boringssl from: | 5 The generated source is for boringssl from: |
| 6 | 6 |
| 7 https://boringssl.googlesource.com/boringssl.git | 7 https://boringssl.googlesource.com/boringssl.git |
| 8 | 8 |
| 9 at revision: | 9 at revision: |
| 10 | 10 |
| 11 8d343b44bbab829d1a28fdef650ca95f7db4412e | 11 d519bf6be0b447fb80fbc539d4bff4479b5482a2 |
| 12 | 12 |
| 13 To roll boringssl forward, delete all but this file and the above mentioned | 13 To roll boringssl forward, delete all but this file and the above mentioned |
| 14 files, checkout the new boringssl into a subdirectory called src/, and run the | 14 files, checkout the new boringssl into a subdirectory called src/, and run the |
| 15 script src/util/generate_build_files.py with appropriate arguments. It may also | 15 script src/util/generate_build_files.py with appropriate arguments. It may also |
| 16 be necessary to update BUILD.gn, etc. | 16 be necessary to update BUILD.gn, etc. |
| OLD | NEW |