Add support for actions to gn_processor.py
Categories
(Core :: WebRTC, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: pehrsons, Assigned: pehrsons)
References
Details
Attachments
(5 files)
libwebrtc M109 has added an action to generate a header with a python script in https://webrtc.googlesource.com/src/+/64a33f24536dd988db43bd567417be954e948218.
The most future proof way forward might be to add support to gn_processor.py to convert BUILD.gn file-generating actions to moz.build GeneratedFile entries.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
This ignores the shebang in python scripts that would be used when executed
directly.
This is unfortunate but needed as libwebrtc/chromium scripts rely on vpython3.
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a97b93e3f440
https://hg.mozilla.org/mozilla-central/rev/1e99346a4ac8
https://hg.mozilla.org/mozilla-central/rev/1dba81a003b9
https://hg.mozilla.org/mozilla-central/rev/4034a59aa9a8
https://hg.mozilla.org/mozilla-central/rev/09408cd729c1
Description
•