summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-01-12 22:58:15 -0600
committerMoonchild <moonchild@palemoon.org>2022-04-08 14:58:33 +0200
commit8832bfb62f5cd54ef458480b556481524fcd981c (patch)
tree54ae686eb38b104a46df5590b62da5419b29b4dd
parent44e35f67b43f4c85e9db7e2777bde8d90c2ea7e7 (diff)
downloaduxp-8832bfb62f5cd54ef458480b556481524fcd981c.tar.gz
No Issue - Don't build the layout recorder unless debug
-rw-r--r--layout/moz.build2
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']