Bug 1393901 Comment 10 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Tom, the `moz.build` files under libwebrtc should not be manually edited. There are accompanying `BUILD.gn` files that need to be changed and then the `moz.build` files need to be regenerated. It is best to use two different patches, one for the `BUILD.gn` fixes and one for the `moz.build` regenerations. We are in the middle of the next libwebrtc merge-in, Bug 1654112, and have developed a script to make that process easier for us, it may not work on `moz-central` but it should give you a good idea of what needs to be done. Check the `README.md` file for details, https://hg.mozilla.org/users/na-g_nostrum.com/libwebrtc-merge-2H2020/file/tip/dom/media/webrtc/third_party_build/gn-configs . You can also try your changes on the libwebrtc merge branch. I will note that the `Strmiids.h` -> `strmiids.h` issue seems to already be fixed in the version that we have vendored into the merge branch.
Tom, the `moz.build` files under libwebrtc should not be manually edited. There are accompanying `BUILD.gn` files that need to be changed and then the `moz.build` files need to be regenerated. It is best to use two different patches, one for the `BUILD.gn` fixes and one for the `moz.build` regenerations. We are in the middle of the next libwebrtc merge-in, Bug 1654112, and have developed a script to make that process easier for us, it may not work on `moz-central` but it should give you a good idea of what needs to be done. Check the `README.md` file for details, https://hg.mozilla.org/users/na-g_nostrum.com/libwebrtc-merge-2H2020/file/tip/dom/media/webrtc/third_party_build/gn-configs . You can also try your changes on the libwebrtc merge branch. I will note that the `Strmiids.h` -> `strmiids.h` issue seems to already be fixed in the version that we have vendored into the merge branch.

Some digging in the upstream repository revealed the following patch https://webrtc-review.googlesource.com/c/src/+/64762/ for lower casing the library names on Windows.

Back to Bug 1393901 Comment 10