Skip to content

Commit

Permalink
Backed out changeset 5bf39249f6e4 (bug 1562358) for spidermonkey bust…
Browse files Browse the repository at this point in the history
…age. CLOSED TREE

--HG--
rename : mfbt/fallible.h => memory/fallible/fallible.h
  • Loading branch information
ncsoregi committed Jul 9, 2019
1 parent 9bcbb31 commit f30f0ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
File renamed without changes.
9 changes: 9 additions & 0 deletions memory/fallible/moz.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# -*- 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',
]
1 change: 1 addition & 0 deletions memory/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ with Files("**"):

DIRS += [
'build',
'fallible',
]

# For now, don't build mozalloc when building with --enable-project=memory
Expand Down
1 change: 0 additions & 1 deletion mfbt/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ EXPORTS.mozilla = [
'EnumeratedRange.h',
'EnumSet.h',
'EnumTypeTraits.h',
'fallible.h',
'FastBernoulliTrial.h',
'FloatingPoint.h',
'FStream.h',
Expand Down

0 comments on commit f30f0ab

Please sign in to comment.