Bug 1641886 [wpt PR 23851] - Support interpolating contain-intrinsic-size, a=testonly
[gecko.git] / uriloader / preload / moz.build
blobe3ad46b066d532145012c1e5fcbcb54d90cdf08f
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'