author | Joel Maher <jmaher@mozilla.com> |
Thu, 23 Feb 2017 08:01:45 -0500 | |
changeset 344584 | 178687f32be689c4767451b2bce5462c1e7f65e2 |
parent 344583 | 2c135b467344e72465ccf64f1cd24a18ad28f15d |
child 344585 | bccfe1a77c6f7900ec35a899a91bd41aa01343cc |
push id | 31414 |
push user | cbook@mozilla.com |
push date | Fri, 24 Feb 2017 10:47:41 +0000 |
treeherder | mozilla-central@be661bae6cb9 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | froydnj |
bugs | 1341794 |
milestone | 54.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/startupcache/moz.build +++ b/startupcache/moz.build @@ -1,14 +1,17 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. +with Files("**"): + BUG_COMPONENT = ("Core", "XPCOM") + if not CONFIG['MOZ_B2G']: TEST_DIRS += ['test'] XPIDL_SOURCES += [ 'nsIStartupCache.idl', ] XPIDL_MODULE = 'startupcache'