forked from mirrors/gecko-dev
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:
parent
610a5ff6aa
commit
ffe4e7333c
5 changed files with 1 additions and 11 deletions
|
|
@ -94,7 +94,6 @@ case $cmd in
|
||||||
cp -pPR \
|
cp -pPR \
|
||||||
${TOPSRCDIR}/memory/moz.build \
|
${TOPSRCDIR}/memory/moz.build \
|
||||||
${TOPSRCDIR}/memory/build \
|
${TOPSRCDIR}/memory/build \
|
||||||
${TOPSRCDIR}/memory/fallible \
|
|
||||||
${TOPSRCDIR}/memory/mozalloc \
|
${TOPSRCDIR}/memory/mozalloc \
|
||||||
${tgtpath}/memory/
|
${tgtpath}/memory/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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',
|
|
||||||
]
|
|
||||||
|
|
@ -9,7 +9,6 @@ with Files("**"):
|
||||||
|
|
||||||
DIRS += [
|
DIRS += [
|
||||||
'build',
|
'build',
|
||||||
'fallible',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# For now, don't build mozalloc when building with --enable-project=memory
|
# For now, don't build mozalloc when building with --enable-project=memory
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@ EXPORTS.mozilla = [
|
||||||
'EnumeratedRange.h',
|
'EnumeratedRange.h',
|
||||||
'EnumSet.h',
|
'EnumSet.h',
|
||||||
'EnumTypeTraits.h',
|
'EnumTypeTraits.h',
|
||||||
|
'fallible.h',
|
||||||
'FastBernoulliTrial.h',
|
'FastBernoulliTrial.h',
|
||||||
'FloatingPoint.h',
|
'FloatingPoint.h',
|
||||||
'FStream.h',
|
'FStream.h',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue