Closed
Bug 871992
Opened 11 years ago
Closed 11 years ago
Rename ASFILES variable in moz.build
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: joey, Unassigned)
Details
::: python/mozbuild/mozbuild/frontend/sandbox_symbols.py
@@ +56,5 @@
> # (type, default_value, docs)
> #
> VARIABLES = {
> # Variables controlling reading of other frontend files.
> + 'ASFILES': (list, [],
Can we rename this AS_FILES? Although, I have a feeling the way we manage libraries, etc will change soon enough, so I'm inclined to not care too much.
This variable should probably be attached to any bugs opened for the downstream library work.
Comment 1•11 years ago
|
||
If you're aiming at consistency, then it should be ASSRCS, not AS_FILES.
Comment 2•11 years ago
|
||
This became invalid with the consolidation of SOURCES variables in bug 929905.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•