diff options
Diffstat (limited to 'dom/moz.build')
-rw-r--r-- | dom/moz.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/moz.build b/dom/moz.build index 54dc0510e..731c9af72 100644 --- a/dom/moz.build +++ b/dom/moz.build @@ -107,8 +107,6 @@ if CONFIG['OS_ARCH'] == 'WINNT': if CONFIG['MOZ_SECUREELEMENT']: DIRS += ['secureelement'] -DIRS += ['presentation'] - TEST_DIRS += [ 'tests', 'imptests', |