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

Side by Side Diff: third_party/boringssl/README

Issue 2354623003: Pull boringssl generated source from boringssl_gen (Closed)
Patch Set: . Created 4 years, 3 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 | « third_party/boringssl/BUILD.generated_tests.gni ('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
(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.
OLDNEW
« no previous file with comments | « third_party/boringssl/BUILD.generated_tests.gni ('k') | third_party/boringssl/boringssl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698