Bug 1562358 - Move fallible.h into MFBT. r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D36541

--HG--
rename : memory/fallible/fallible.h => mfbt/fallible.h
extra : moz-landing-system : lando
This commit is contained in:
Jed Davis 2019-07-10 01:51:15 +00:00
parent 610a5ff6aa
commit ffe4e7333c
5 changed files with 1 additions and 11 deletions

View File

@ -94,7 +94,6 @@ case $cmd in
cp -pPR \
${TOPSRCDIR}/memory/moz.build \
${TOPSRCDIR}/memory/build \
${TOPSRCDIR}/memory/fallible \
${TOPSRCDIR}/memory/mozalloc \
${tgtpath}/memory/

View File

@ -1,9 +0,0 @@
# -*- 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/.
EXPORTS.mozilla += [
'fallible.h',
]

View File

@ -9,7 +9,6 @@ with Files("**"):
DIRS += [
'build',
'fallible',
]
# For now, don't build mozalloc when building with --enable-project=memory

View File

@ -38,6 +38,7 @@ EXPORTS.mozilla = [
'EnumeratedRange.h',
'EnumSet.h',
'EnumTypeTraits.h',
'fallible.h',
'FastBernoulliTrial.h',
'FloatingPoint.h',
'FStream.h',