Bug 1829125 - Align the PHC area to the jemalloc chunk size r=glandium
[gecko.git] / uriloader / preload / moz.build
blob27a2f8cf0019e1851e2ec449cb6247ef2155158f
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 with Files("**"):
8     BUG_COMPONENT = ("Core", "Networking")
10 TEST_DIRS += ["gtest"]
12 EXPORTS.mozilla += [
13     "FetchPreloader.h",
14     "PreloaderBase.h",
15     "PreloadHashKey.h",
16     "PreloadService.h",
19 UNIFIED_SOURCES += [
20     "FetchPreloader.cpp",
21     "PreloaderBase.cpp",
22     "PreloadHashKey.cpp",
23     "PreloadService.cpp",
26 FINAL_LIBRARY = "xul"