| OLD | NEW |
| (Empty) |
| 1 The files in this directory, except for src/, boringssl_dart.gyp, and | |
| 2 boringssl_configurations.gypi, are generated from the checkout of | |
| 3 boringssl in src/, by running the script | |
| 4 src/util/generate_build_files.py chromium. | |
| 5 | |
| 6 That script is maintained by the chromium team, to make a gyp build | |
| 7 of boringssl that does not require go or perl. We modify the main | |
| 8 gyp file of this build, boringssl.gyp, to add configurations for | |
| 9 the target architectures, creating boringssl_dart.gyp. | |
| 10 | |
| 11 When updating boringssl in Dart, delete this directory, | |
| 12 and check out the new boringssl to src. Then run the script, check out | |
| 13 our two files boringssl_dart.gyp and boringssl_configurations.gypi and commit | |
| 14 the changes and any added or deleted files, as well as a change to the | |
| 15 boringssl revision in DEPS. If there are changes in boringssl.gyp, | |
| 16 consider making similar changes to boringssl_dart.gyp | |
| 17 Test the changes on all platforms before committing, of course. | |
| OLD | NEW |