Find
C
ase-sensitive
R
egexp search
Path
Showing
18d9efd5
from
2026-09-25
:
Revert "Bug
2075271
, Bug
2075001
, Bug
2066245
, Bug
2074974
, Bug
2066247
, Bug
2066248
, Bug
2066246
, Bug
2066244
, Bug
2066242
, Bug
2066240
, Bug
2066236
- Stub the widget market prefs in newtab for older hosts r=thecount" for causing marionette integration tests failures at test_backup.py
firefox-main
/
third_party
/
libwebrtc
/
tools_webrtc
/
libs
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
__init__.py
0
-
generate_licenses.py
Generates license markdown for a prebuilt version of WebRTC. Licenses are taken from dependent libraries which are determined by GN desc command `gn desc` on all targets specified via `--target` argument. One can see all dependencies by invoking this command: $ gn.py desc --all --format=json <out_directory> <target> | \ vpython3 -m json.tool (see "deps" subarray) Libraries are mapped to licenses via LIB_TO_LICENSES_DICT dictionary.
11129
-
generate_licenses_test.py
{ "target1": { "deps": [ "//a/b/third_party/libname1:c", "//a/b/third_party/libname2:c(//d/e/f:g)", "//a/b/third_party/libname3/c:d(//e/f/g:h)", "//a/b/not_third_party/c" ] } }
4509
-