Bug 1201693 - Remove Files pattern in js/src/moz.build corresponding to a deleted file. r=bbouvier

--HG--
extra : commitid : EYqHx6jizMi
This commit is contained in:
Chris Manchester 2015-09-08 17:40:04 -07:00
Родитель 3625cc93e2
Коммит 7c977b67a1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -35,7 +35,7 @@ for header in ('GCAPI.h', 'HeapAPI.h', 'RootingAPI.h', 'SliceBudget.h', 'TraceKi
with Files('../public/' + header):
BUG_COMPONENT = component_gc
for stlfile in ['jsarray.*', 'jsbool*', 'jsdate.*', 'jsnum.*', 'json.*', 'jsreflect.*', 'jsstr.*']:
for stlfile in ['jsarray.*', 'jsbool*', 'jsdate.*', 'jsnum.*', 'json.*', 'jsstr.*']:
with Files(stlfile):
BUG_COMPONENT = component_stl