139
edits
(Adding merge follow up tasks document) |
(Add depot tools instructions) |
||
| Line 31: | Line 31: | ||
====Generating GN files and updating the build==== | ====Generating GN files and updating the build==== | ||
# Check out a | # Check out a version of the Google depot_tools which matches the fork date from upstream; this provides `gn`. See [https://chromium.googlesource.com/chromium/src/+/master/docs/building_old_revisions.md instructions here]. | ||
# Check out a copy of the version of libwebrtc to be vendored | # Check out a copy of the version of libwebrtc to be vendored | ||
# Add the version of `gn` that exists in the checkout to your path *ahead* of the version of `gn` included in the depot_tools | # Add the version of `gn` that exists in the checkout to your path *ahead* of the version of `gn` included in the depot_tools | ||
edits