diff options
author | Moonchild <moonchild@palemoon.org> | 2022-09-05 13:14:16 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-09-05 13:14:16 +0000 |
commit | cbfbaf026f31ee27fda3b7cf6ab16fb47134411b (patch) | |
tree | 98deed68fbfbfa2d2b1b7242200eb808bdede5f7 /js/src/proxy/moz.build | |
parent | e17072f3ef49089bad2aed71daa04ab6adca787d (diff) | |
download | uxp-cbfbaf026f31ee27fda3b7cf6ab16fb47134411b.tar.gz |
Revert "Issue #1676 - Part 14: Split proxy sources out of js/src/moz.build"
This reverts commit 6f76f1cb362b98fc617c5c0735cdacee64103e89.
Diffstat (limited to 'js/src/proxy/moz.build')
-rw-r--r-- | js/src/proxy/moz.build | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/js/src/proxy/moz.build b/js/src/proxy/moz.build deleted file mode 100644 index 72082df858..0000000000 --- a/js/src/proxy/moz.build +++ /dev/null @@ -1,23 +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 += [ - 'BaseProxyHandler.cpp', - 'CrossCompartmentWrapper.cpp', - 'DeadObjectProxy.cpp', - 'OpaqueCrossCompartmentWrapper.cpp', - 'Proxy.cpp', - 'ScriptedProxyHandler.cpp', - 'SecurityWrapper.cpp', - 'Wrapper.cpp', -] |