Bug 1890277: part 1) Add CSP parser tests for `require-trusted-types-for`. r=tschuster
[gecko.git] / browser / moz.configure
blobdbb5eb265022c8130dad096603fe6eeb14ab34c9
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 imply_option("MOZ_PLACES", True)
8 imply_option("MOZ_SERVICES_HEALTHREPORT", True)
9 imply_option("MOZ_SERVICES_SYNC", True)
10 imply_option("MOZ_DEDICATED_PROFILES", True)
11 imply_option("MOZ_BLOCK_PROFILE_DOWNGRADE", True)
12 imply_option("MOZ_NORMANDY", True)
14 with only_when(target_has_linux_kernel & compile_environment):
15     option(env="MOZ_NO_PIE_COMPAT", help="Enable non-PIE wrapper")
17     set_config("MOZ_NO_PIE_COMPAT", depends_if("MOZ_NO_PIE_COMPAT")(lambda _: True))
19 include("../toolkit/moz.configure")