# 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 += [ "sandboxTarget.h", ] SOURCES += [ "sandboxTarget.cpp", ] LOCAL_INCLUDES += [ "/security/sandbox/chromium", "/security/sandbox/chromium-shim", "/security/sandbox/chromium-shim/base/allocator/partition_allocator/src", "/security/sandbox/chromium/base/allocator/partition_allocator/src", "/third_party/abseil-cpp", ] DEFINES["UNICODE"] = True FINAL_LIBRARY = "xul"