mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 10:08:41 +00:00
Bug 1383880: annotate source files with what they SCHEDULE; r=ahal
MozReview-Commit-ID: CR70dSg5R79 --HG-- extra : rebase_source : e930805bbf5fda35c19db26e3a7a2255fdf7fcd5 extra : source : 8586bf76d73db40ef52142fff8f21cdb0b31cf31
This commit is contained in:
parent
a1742c3495
commit
34ad3c6687
@ -15,3 +15,12 @@ elif toolkit in ('gtk2', 'gtk3'):
|
||||
DIRS += ['linux']
|
||||
else:
|
||||
DIRS += ['windows']
|
||||
|
||||
with Files('osx/**'):
|
||||
SCHEDULES.exclusive = ['macosx']
|
||||
|
||||
with Files('linux/**'):
|
||||
SCHEDULES.exclusive = ['linux']
|
||||
|
||||
with Files('windows/**'):
|
||||
SCHEDULES.exclusive = ['windows']
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
|
||||
SCHEDULES.exclusive = ['android']
|
||||
|
||||
with Files('bouncer/**'):
|
||||
BUG_COMPONENT = ('Firefox for Android', 'Distributions')
|
||||
|
Loading…
x
Reference in New Issue
Block a user