diff options
Diffstat (limited to 'dom/moz.build')
-rw-r--r-- | dom/moz.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/moz.build b/dom/moz.build index 89c539b4b..7888ccd69 100644 --- a/dom/moz.build +++ b/dom/moz.build @@ -37,6 +37,7 @@ interfaces = [ DIRS += ['interfaces/' + i for i in interfaces] DIRS += [ + 'abort', 'animation', 'apps', 'base', @@ -99,6 +100,7 @@ DIRS += [ 'performance', 'xhr', 'worklet', + 'script', ] if CONFIG['OS_ARCH'] == 'WINNT': |