Bug 1738277 - Remove packaged pinning/pins.json. r=ryanvm on a CLOSED TREE

Differential Revision: https://phabricator.services.mozilla.com/D129822
This commit is contained in:
Mathieu Leplatre 2021-10-28 14:36:46 +00:00
parent f270b023ed
commit 3201f280fe
4 changed files with 0 additions and 10 deletions

View File

@ -60,7 +60,6 @@ browser/features/formautofill@mozilla.org/chrome/content/autofillEditForms.js
browser/chrome/browser/res/payments/formautofill/autofillEditForms.js
# Bug 1451050 - Remote settings empty dumps (will be populated with data eventually)
browser/defaults/settings/pinning/pins.json
browser/defaults/settings/main/example.json
browser/defaults/settings/main/password-rules.json
browser/defaults/settings/main/search-default-override-allowlist.json

View File

@ -5,7 +5,6 @@
DIRS += [
"blocklists",
"main",
"pinning",
"security-state",
]

View File

@ -1,8 +0,0 @@
# 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/.
FINAL_TARGET_FILES.defaults.settings.pinning += ["pins.json"]
if CONFIG["MOZ_BUILD_APP"] == "browser":
DIST_SUBDIR = "browser"