Backed out 4 changesets (bug 1900395, bug 1904489, bug 1920928) for causing multiple...
[gecko.git] / services / settings / dumps / moz.build
bloba3e9e9b3f269a358dd8c7585f44637601dcc7d26
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/.
5 DIRS += [
6     "blocklists",
7     "main",
8     "security-state",
11 dump_summary = "last_modified.json"
12 GeneratedFile(dump_summary, script="gen_last_modified.py")
13 FINAL_TARGET_FILES.defaults.settings += ["!%s" % dump_summary]
15 if CONFIG["MOZ_BUILD_APP"] == "browser":
16     DIST_SUBDIR = "browser"
17     export("DIST_SUBDIR")