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 0f5199a21..b868b0cb3 100644 --- a/dom/moz.build +++ b/dom/moz.build @@ -104,7 +104,7 @@ TEST_DIRS += [ 'bindings/test', ] -if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'cocoa', 'windows', 'android', 'qt', 'os2'): +if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'cocoa', 'windows', 'android', 'qt'): TEST_DIRS += ['plugins/test'] MODULE = 'dom' |