Name Description Size
.clang-format 116
BUILD.bazel 6488
can_run_script.patch 716
CMakeLists.txt 986
CONTRIBUTING.md 5690
CONTRIBUTORS 2261
gen_moz_build.py \ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # 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 FILE IS AUTOGENERATED USING gen_moz_build.py DO NOT EDIT !!! with Files("**"): BUG_COMPONENT = ("Testing", "GTest") SCHEDULES.exclusive = ["gtest"] if CONFIG["ENABLE_TESTS"]: {exports} SOURCES += [ "googlemock/src/gmock-all.cc", "googletest/src/gtest-all.cc", ] Library("gtest") LOCAL_INCLUDES += [ "googlemock", "googletest", ] if CONFIG["OS_ARCH"] == "WINNT": DEFINES["UNICODE"] = True FINAL_LIBRARY = "xul-gtest" 2585
googlemock
googletest
googletest_deps.bzl 1124
LICENSE 1475
moz.build 4798
moz.yaml 1273
README.md # GoogleTest 5817
WORKSPACE 1159