diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-01-12 22:58:15 -0600 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-08 14:58:33 +0200 |
commit | 8832bfb62f5cd54ef458480b556481524fcd981c (patch) | |
tree | 54ae686eb38b104a46df5590b62da5419b29b4dd | |
parent | 44e35f67b43f4c85e9db7e2777bde8d90c2ea7e7 (diff) | |
download | uxp-8832bfb62f5cd54ef458480b556481524fcd981c.tar.gz |
No Issue - Don't build the layout recorder unless debug
-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'] |