author | Jason Kratzer <jkratzer@mozilla.com> |
Wed, 06 Mar 2019 18:56:48 +0000 | |
changeset 465469 | 9c1cef5b46dbcc79e16b5e243fec099a63c7a578 |
parent 465468 | 45d2f4f32234779cde6ddc8e0291f0b2ec8acb0a |
child 465470 | f23210269032120d5d828413df72dea1db46285c |
push id | 81087 |
push user | ncsoregi@mozilla.com |
push date | Thu, 21 Mar 2019 19:23:27 +0000 |
treeherder | autoland@9c1cef5b46db [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | froydnj |
bugs | 1513071 |
milestone | 68.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/python/mozbuild/mozbuild/frontend/data.py +++ b/python/mozbuild/mozbuild/frontend/data.py @@ -1185,16 +1185,17 @@ class GeneratedFile(ContextDerived): '.cpp', '.h', '.inc', '.py', '.rs', 'node.stub', # To avoid VPATH issues with installing node files: https://bugzilla.mozilla.org/show_bug.cgi?id=1461714#c55 'android_apks', # We need to compile Java to generate JNI wrappers for native code compilation to consume. '.profdata', + '.webidl' ) self.required_for_compile = [f for f in self.outputs if f.endswith(suffixes) or 'stl_wrappers/' in f] class ChromeManifestEntry(ContextDerived): """Represents a chrome.manifest entry.""" __slots__ = (