# 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_ENABLE_DEBUG_ANNOTATIONS"] = False DEFINES["ANGLE_ENABLE_KEYEDMUTEX"] = True DEFINES["ANGLE_PLATFORM_EXPORT"] = "" DEFINES["ANGLE_SKIP_DXGI_1_2_CHECK"] = True GeneratedFile( "/third_party/angle/gen/angle_commit.h", entry_point="action", flags=[ "/third_party/angle/src/commit_id.py", "/third_party/angle/", "gen", "gen/angle_commit.h", "gen/angle_commit.h.d" ], script="/python/mozbuild/mozbuild/action/file_generate_wrapper.py", ) LOCAL_INCLUDES += [ "!/ipc/ipdl/_ipdlheaders", "/ipc/chromium/src", "/tools/profiler/public" ] if CONFIG["OS_TARGET"] == "WINNT": DEFINES["UNICODE"] = True DEFINES["_UNICODE"] = True Library("angle_commit_id_gn")