moz.build (578B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 # These collections are referenced in toolkit/ or other core code. 6 FINAL_TARGET_FILES.defaults.settings["security-state"] += [ 7 "onecrl.json", 8 ] 9 10 # Not packaged on android/ios currently - not crucial data for first load. 11 if not CONFIG["MOZ_BUILD_APP"].startswith("mobile/"): 12 FINAL_TARGET_FILES.defaults.settings["security-state"] += [ 13 "intermediates.json", 14 ]