diff options
Diffstat (limited to 'dom/moz.build')
-rw-r--r-- | dom/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/moz.build b/dom/moz.build index 17b0fed15b..ad278beb9c 100644 --- a/dom/moz.build +++ b/dom/moz.build @@ -111,6 +111,6 @@ TEST_DIRS += [ 'imptests', ] -if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'windows'): +if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'cocoa', 'windows'): TEST_DIRS += ['plugins/test'] |