summaryrefslogtreecommitdiff
path: root/layout/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-02-12 13:53:59 -0600
committerMatt A. Tobin <email@mattatobin.com>2022-02-12 13:53:59 -0600
commitc054e324210895e7e2c5b3e84437cba43f201ec8 (patch)
tree00735055ed5ee588f71e147c5ae27363349f1687 /layout/moz.build
parent5da550a67c876bf06690439192db5bef2c54cb20 (diff)
downloadpalemoon-gre-c054e324210895e7e2c5b3e84437cba43f201ec8.tar.gz
Prep for GRE
Diffstat (limited to 'layout/moz.build')
-rw-r--r--layout/moz.build40
1 files changed, 0 insertions, 40 deletions
diff --git a/layout/moz.build b/layout/moz.build
deleted file mode 100644
index 68c577dce..000000000
--- a/layout/moz.build
+++ /dev/null
@@ -1,40 +0,0 @@
-# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-DIRS += [
- 'style',
- 'base',
- 'generic',
- 'forms',
- 'tables',
- 'svg',
- 'xul',
- 'ipc',
- 'mathml',
- 'inspector',
- 'tools/recording',
-]
-
-if CONFIG['NS_PRINTING']:
- DIRS += ['printing']
-
-TEST_DIRS += [
- 'tools/reftest',
-]
-
-DIRS += ['build', 'media']
-
-if CONFIG['MOZ_DEBUG']:
- TEST_DIRS += ['tools/layout-debug']
-
-MOCHITEST_MANIFESTS += [
- 'reftests/fonts/math/mochitest.ini',
- 'reftests/fonts/mochitest.ini',
- 'reftests/fonts/mplus/mochitest.ini'
-]
-
-REFTEST_MANIFESTS += ['reftests/reftest.list']
-CRASHTEST_MANIFESTS += ['../testing/crashtest/crashtests.list']