# 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/. ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### ### DO NOT edit it by hand. ### COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() DEFINES["ANGLE_DEBUG_LAYERS_ENABLED"] = True DEFINES["ANGLE_DISABLE_POOL_ALLOC"] = True DEFINES["ANGLE_ENABLE_CONTEXT_MUTEX"] = "1" DEFINES["ANGLE_ENABLE_DEBUG_ANNOTATIONS"] = False DEFINES["ANGLE_ENABLE_KEYEDMUTEX"] = True DEFINES["ANGLE_ENABLE_SHARE_CONTEXT_LOCK"] = "1" DEFINES["ANGLE_PLATFORM_EXPORT"] = "" DEFINES["ANGLE_SKIP_DXGI_1_2_CHECK"] = True DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" LOCAL_INCLUDES += [ "!/ipc/ipdl/_ipdlheaders", "/ipc/chromium/src", "/third_party/angle/include/", "/third_party/angle/src/", "/third_party/angle/src/common/base/", "/third_party/angle/src/common/third_party/xxhash/", "/tools/profiler/public" ] UNIFIED_SOURCES += [ "/third_party/angle/src/common/gl_enum_utils.cpp", "/third_party/angle/src/common/gl_enum_utils_autogen.cpp" ] USE_LIBS += [ "angle_common_gn" ] if CONFIG["OS_TARGET"] == "Darwin": DEFINES["_DEBUG"] = True DEFINES["__STDC_CONSTANT_MACROS"] = True DEFINES["__STDC_FORMAT_MACROS"] = True OS_LIBS += [ "-framework Metal" ] if CONFIG["OS_TARGET"] == "WINNT": DEFINES["ANGLE_IS_WIN"] = True DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True DEFINES["NOMINMAX"] = True DEFINES["NTDDI_VERSION"] = "0x0A000000" DEFINES["PSAPI_VERSION"] = "2" DEFINES["UNICODE"] = True DEFINES["USE_AURA"] = "1" DEFINES["WIN32"] = True DEFINES["WIN32_LEAN_AND_MEAN"] = True DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" DEFINES["WINVER"] = "0x0A00" DEFINES["_ATL_NO_OPENGL"] = True DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True DEFINES["_CRT_RAND_S"] = True DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True DEFINES["_HAS_EXCEPTIONS"] = "0" DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" DEFINES["_HAS_NODISCARD"] = True DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True DEFINES["_SECURE_ATL"] = True DEFINES["_UNICODE"] = True DEFINES["_WIN32_WINNT"] = "0x0A00" DEFINES["_WINDOWS"] = True DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True DEFINES["__STD_C"] = True OS_LIBS += [ "synchronization" ] if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["__ARM_NEON__"] = "1" Library("angle_gl_enum_utils_gn")