Closed
Bug 882190
Opened 12 years ago
Closed 12 years ago
mozbuild cleanup: mozilla-central/widget/gtk2/moz.build
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla25
People
(Reporter: joey, Assigned: joe)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
402 bytes,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
Just noticed an empty var assignment that can be removed from this moz.build file.
% tail mozilla-central/widget/gtk2/moz.build
if CONFIG['MOZ_X11']:
CPP_SOURCES += [
'nsClipboard.cpp',
'nsDragService.cpp',
]
CPP_SOURCES += [
]
Reporter | ||
Updated•12 years ago
|
Blocks: nomakefiles
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → joe
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #781158 -
Flags: review?(mh+mozilla)
Updated•12 years ago
|
Attachment #781158 -
Flags: review?(mh+mozilla) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
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
•