summaryrefslogtreecommitdiff
path: root/layout
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-01-12 22:58:15 -0600
committerMatt A. Tobin <email@mattatobin.com>2022-01-12 22:58:15 -0600
commit8a876d9598cf2d9a86fc22b73cbde20b96e4528c (patch)
tree4d2a22c350345a8c27eefc23844a15a64cb967d9 /layout
parent332ab023eb4d95440694d8e3b455c31c5c61b0a0 (diff)
downloadaura-central-8a876d9598cf2d9a86fc22b73cbde20b96e4528c.tar.gz
No Issue - Don't build the layout recorder unless debug
Diffstat (limited to 'layout')
-rw-r--r--layout/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/moz.build b/layout/moz.build
index 8b0bbf91e..afb94ad98 100644
--- a/layout/moz.build
+++ b/layout/moz.build
@@ -17,7 +17,6 @@ DIRS += [
'ipc',
'mathml',
'inspector',
- 'tools/recording',
'reftests',
'view',
]
@@ -37,6 +36,7 @@ TEST_DIRS += [
DIRS += ['build']
if CONFIG['MOZ_DEBUG']:
+ DIRS += ['tools/recording']
TEST_DIRS += ['tools/layout-debug']
CRASHTEST_MANIFESTS += ['../testing/crashtest/crashtests.list']