Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
[gecko.git] / startupcache / test / moz.build
blob2347e19ec73b9d4034bf712fb0b23d8d7096f9ae
1 # -*- Mode: python; c-basic-offset: 4; 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 CPP_UNIT_TESTS += [
8     'TestStartupCache',
11 SOURCES += sorted('%s.cpp' % t for t in CPP_UNIT_TESTS)
13 EXTRA_COMPONENTS += [
14     'TestStartupCacheTelemetry.js',
15     'TestStartupCacheTelemetry.manifest',
18 USE_LIBS += [
19     'mozalloc',
20     'nspr',
21     'xpcomglue_s',
22     'xul',