cleanup some libwebrtc BUILD.gn files to improve upcoming abseil-cpp move
Categories
(Core :: WebRTC, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: mjf, Assigned: mjf)
References
Details
Attachments
(3 files)
There are a small set of changes we can make in a small number of BUILD.gn files that either:
- cleanup unnecessary changes
or - change dependency paths to relative paths (like others nearby)
In both cases, the BUILD.gn changes don't produce changes in the generated moz.build files, which is intended.
Assignee | ||
Comment 1•1 month ago
|
||
Note: this produces no changes in the generated moz.build files.
moz-central commit 85b5cef7ef21 (Bug 1654112 - Add check for mozilla build that was in the previous import, restore changes)
readded changes to third_party/libwebrtc/build/win/BUILD.gn that are not needed.
The include of webrtc.gni was originally added to reference our build_with_mozilla
flag, but then in same change we set build_with_mozilla back to false meaning we
never really needed the changes here at all.
Assignee | ||
Comment 2•1 month ago
|
||
Note: this produces no changes in the generated moz.build files.
o changeset: 597701:a26d44969a83
~ user: Michael Froman <mfroman@mozilla.com>
date: Mon Jun 14 17:39:29 2021 -0500
files: third_party/libwebrtc/build/config/linux/BUILD.gn
description:
Bug 1654112 - don't use libatomic on linux builds. r=ng
In moz-central a26d44969a83 I added an include of webrtc.gni for
the build_with_mozilla flag, but there is already a Mozilla
modifcation in this file that does not rely on that flag. This
simplification will help with future google build directory move.
Comment 5•28 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e4b7dbca00cb
https://hg.mozilla.org/mozilla-central/rev/d57bb9cfa9a7
https://hg.mozilla.org/mozilla-central/rev/bbec1b95ddb5
Description
•