Bug 1634942 [wpt PR 23376] - [ua-ch] Add support for Sec-CH-UA-Platform-Version,...
[gecko.git] / js / moz.build
blob0da2f6ce8f420295342d801739e0cd3ae9ab2106
1 component_engine = ('Core', 'JavaScript Engine')
2 component_gc     = ('Core', 'JavaScript: GC')
4 with Files("**"):
5     BUG_COMPONENT = component_engine
7 for header in ('GCAnnotations.h', 'GCAPI.h', 'HeapAPI.h', 'RootingAPI.h', 'SliceBudget.h', 'SweepingAPI.h', 'TraceKind.h', 'TracingAPI.h', 'WeakMapPtr.h', 'GCHashTable.h', 'GCPolicyAPI.h', 'GCVariant.h', 'GCVector.h'):
8     with Files('public/' + header):
9         BUG_COMPONENT = component_gc
11 with Files("src/**"):
12     SCHEDULES.inclusive += ['jittest', 'jsreftest']
14 with Files("public/**"):
15     SCHEDULES.inclusive += ['jittest', 'jsreftest']
17 SPHINX_TREES["/js"] = "src/doc"