Bug 1423094 - Remove mozalloc_staticruntime. r=gps

--HG--
extra : rebase_source : 3b6678d4b36e405b2acc18b8fd75b5db7d45bf4c
This commit is contained in:
Mike Hommey 2017-12-05 15:39:39 +09:00
Родитель 566d3d62b1
Коммит 8aa92edf03
2 изменённых файлов: 0 добавлений и 38 удалений

Просмотреть файл

@ -48,9 +48,6 @@ DisableStlWrapping()
DEFINES['IMPL_MFBT'] = True
if CONFIG['_MSC_VER']:
DIRS += ['staticruntime']
LOCAL_INCLUDES += [
'!/xpcom',
'/memory/build',

Просмотреть файл

@ -1,35 +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/.
NoVisibilityFlags()
if CONFIG['WRAP_STL_INCLUDES']:
DEFINES['_HAS_EXCEPTIONS'] = 0
if CONFIG['MOZ_MSVC_STL_WRAP_RAISE']:
SOURCES += [
'../msvc_raise_wrappers.cpp',
]
UNIFIED_SOURCES += [
'../mozalloc.cpp',
'../mozalloc_abort.cpp',
'../mozalloc_oom.cpp',
]
# Keep this file separate to avoid #include'ing windows.h everywhere.
SOURCES += [
'../winheap.cpp',
]
LOCAL_INCLUDES += ['!/xpcom']
DisableStlWrapping()
DEFINES['IMPL_MFBT'] = True
USE_STATIC_LIBS = True
Library('mozalloc_staticruntime')