diff options
-rw-r--r-- | layout/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/moz.build b/layout/moz.build index 6333c0d40c..f1f33044a6 100644 --- a/layout/moz.build +++ b/layout/moz.build @@ -17,7 +17,6 @@ DIRS += [ 'ipc', 'mathml', 'inspector', - 'tools/recording', 'reftests', ] @@ -36,6 +35,7 @@ TEST_DIRS += [ DIRS += ['build', 'media'] if CONFIG['MOZ_DEBUG']: + DIRS += ['tools/recording'] TEST_DIRS += ['tools/layout-debug'] CRASHTEST_MANIFESTS += ['../testing/crashtest/crashtests.list'] |