mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 21:22:47 +00:00
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
@ -94,7 +94,6 @@ case $cmd in
|
||||
cp -pPR \
|
||||
${TOPSRCDIR}/memory/moz.build \
|
||||
${TOPSRCDIR}/memory/build \
|
||||
${TOPSRCDIR}/memory/fallible \
|
||||
${TOPSRCDIR}/memory/mozalloc \
|
||||
${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 += [
|
||||
'build',
|
||||
'fallible',
|
||||
]
|
||||
|
||||
# For now, don't build mozalloc when building with --enable-project=memory
|
||||
|
@ -38,6 +38,7 @@ EXPORTS.mozilla = [
|
||||
'EnumeratedRange.h',
|
||||
'EnumSet.h',
|
||||
'EnumTypeTraits.h',
|
||||
'fallible.h',
|
||||
'FastBernoulliTrial.h',
|
||||
'FloatingPoint.h',
|
||||
'FStream.h',
|
||||
|
Loading…
x
Reference in New Issue
Block a user