Open
Bug 1210689
Opened 10 years ago
Updated 3 years ago
Enforce that EXTRA_JS_*_MODULES be only JS files
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: jcranmer, Unassigned)
Details
Found while attempting to build a script to extract all JS files for a given build:
(see <https://dxr.mozilla.org/comm-central/source/mozilla/devtools/shared/gcli/moz.build?offset=0#81>)
EXTRA_JS_MODULES.devtools.gcli.ui += [
'source/lib/gcli/ui/focus.js',
'source/lib/gcli/ui/history.js',
'source/lib/gcli/ui/intro.js',
'source/lib/gcli/ui/menu.css',
'source/lib/gcli/ui/menu.html',
'source/lib/gcli/ui/menu.js',
'source/lib/gcli/ui/view.js',
]
This kind of nonsense should not be tolerated.
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•