Skip to content

Commit

Permalink
Bug 1383880: annotate source files with what they SCHEDULE; r=ahal
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: CR70dSg5R79
  • Loading branch information
djmitche committed Aug 25, 2017
1 parent 5e95a37 commit cf7bdf4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions browser/themes/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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']
1 change: 1 addition & 0 deletions mobile/android/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
1 change: 1 addition & 0 deletions moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ with Files('GNUmakefile'):

with Files('*gradle*'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
SCHEDULES.exclusive = ['android']

with Files('**/l10n.toml'):
BUG_COMPONENT = ('Core', 'Localization')
Expand Down

0 comments on commit cf7bdf4

Please sign in to comment.