Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(804)

Side by Side Diff: third_party/boringssl/README

Issue 1653973006: Update BoringSSL to commit afe57cb14d36f70ad4a109fc5e7765d1adc67035 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « DEPS ('k') | third_party/boringssl/boringssl.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/boringssl/boringssl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698