| OLD | NEW | 
|---|
| 1 The files in this directory, except for src/, boringssl_dart.gyp, and | 1 The files in this directory, except for src/, boringssl_dart.gyp, and | 
| 2 boringssl_configurations.gypi, are generated from the checkout of | 2 boringssl_configurations.gypi, are generated from the checkout of | 
| 3 boringssl in src/, by running the script | 3 boringssl in src/, by running the script | 
| 4 src/util/generate_build_files.py chromium. | 4 src/util/generate_build_files.py chromium. | 
| 5 | 5 | 
| 6 That script is maintained by the chromium team, to make a gyp build | 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 | 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 | 8 gyp file of chromium's build of boringssl, | 
|  | 9 chromium/src/third_party/boringssl/boringssl.gyp, to add configurations for | 
| 9 the target architectures, creating boringssl_dart.gyp. | 10 the target architectures, creating boringssl_dart.gyp. | 
| 10 | 11 | 
| 11 When updating boringssl in Dart, delete this directory, | 12 When updating boringssl in Dart, delete this directory, and check out | 
| 12 and check out the new boringssl to src.  Then run the script, check out | 13 the new boringssl to src.  Then run the script and check out our files | 
| 13 our two files boringssl_dart.gyp and boringssl_configurations.gypi and commit | 14 README, boringssl_dart.gyp, and boringssl_configurations.gypi. | 
| 14 the changes and any added or deleted files, as well as a change to the | 15 Finally, commit the changes and any added or deleted files, as well as | 
| 15 boringssl revision in DEPS.  If there are changes in boringssl.gyp, | 16 a change to the boringssl revision in DEPS.  If there are changes in | 
| 16 consider making  similar changes to boringssl_dart.gyp | 17 chromium's chromium/src/third_party/boringssl/boringssl.gyp, consider | 
| 17 Test the changes on all platforms before committing, of course. | 18 making similar changes to boringssl_dart.gyp Test the changes on all | 
|  | 19 platforms before committing, of course. | 
| OLD | NEW | 
|---|