Bug 1746711 Part 2: Ensure the enqueued surface has a color space. r=gfx-reviewers...
[gecko.git] / services / settings / dumps / moz.build
blobf407580bfa647c433ca3442c22c82fd811dfba20
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"