mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Revert "Issue #1676 - Part 6: Split ds sources out of js/src/moz.build"
This reverts commit eedfa63a1d244426df38be6d72ee35422a5d9d82.
This commit is contained in:
parent
cd3c43e614
commit
62b5ce90af
2 changed files with 2 additions and 18 deletions
|
|
@ -1,17 +0,0 @@
|
|||
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
# 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/.
|
||||
|
||||
include('../js-config.mozbuild')
|
||||
include('../js-cxxflags.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = "js"
|
||||
|
||||
# Includes should be relative to parent path
|
||||
LOCAL_INCLUDES += ["!..", ".."]
|
||||
|
||||
SOURCES += [
|
||||
'LifoAlloc.cpp',
|
||||
'MemoryProtectionExceptionHandler.cpp',
|
||||
]
|
||||
|
|
@ -10,7 +10,6 @@ include('js-testing.mozbuild')
|
|||
DIRS += [
|
||||
'builtin',
|
||||
'devtools',
|
||||
'ds',
|
||||
]
|
||||
|
||||
if CONFIG['JS_BUNDLED_EDITLINE']:
|
||||
|
|
@ -118,6 +117,8 @@ EXPORTS.js += [
|
|||
]
|
||||
|
||||
SOURCES += [
|
||||
'ds/LifoAlloc.cpp',
|
||||
'ds/MemoryProtectionExceptionHandler.cpp',
|
||||
'frontend/BytecodeCompiler.cpp',
|
||||
'frontend/BytecodeEmitter.cpp',
|
||||
'frontend/FoldConstants.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue