Closed
Bug 910251
Opened 11 years ago
Closed 11 years ago
Support LOCAL_INCLUDES in moz.build
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla26
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
Details
Attachments
(1 file)
9.37 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #796672 -
Flags: review?(gps)
Comment 1•11 years ago
|
||
Comment on attachment 796672 [details] [diff] [review]
Patch v1
Review of attachment 796672 [details] [diff] [review]:
-----------------------------------------------------------------
::: python/mozbuild/mozbuild/frontend/sandbox_symbols.py
@@ +215,5 @@
> Implies MOZILLA_INTERNAL_API.
> """),
>
> + 'LOCAL_INCLUDES': (StrictOrderingOnAppendList, list, [],
> + """Something something includes.
Please fix.
Attachment #796672 -
Flags: review?(gps) → review+
Assignee | ||
Comment 2•11 years ago
|
||
(In reply to Gregory Szorc [:gps] from comment #1)
> Comment on attachment 796672 [details] [diff] [review]
> Patch v1
>
> Review of attachment 796672 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: python/mozbuild/mozbuild/frontend/sandbox_symbols.py
> @@ +215,5 @@
> > Implies MOZILLA_INTERNAL_API.
> > """),
> >
> > + 'LOCAL_INCLUDES': (StrictOrderingOnAppendList, list, [],
> > + """Something something includes.
>
> Please fix.
You don't happen to have a good writeup? :)
Flags: needinfo?(gps)
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(gps)
Comment 3•11 years ago
|
||
"Additional directories to be searched for include files by the compiler."
Assignee | ||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
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
•