Closed Bug 882190 Opened 11 years ago Closed 11 years ago

mozbuild cleanup: mozilla-central/widget/gtk2/moz.build

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla25

People

(Reporter: joey, Assigned: joe)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

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 += [
]
Blocks: nomakefiles
Assignee: nobody → joe
Attachment #781158 - Flags: review?(mh+mozilla) → review+
https://hg.mozilla.org/mozilla-central/rev/b75af0939fea
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: