cef/tools/distrib/gtest
Marshall Greenblatt 92f67ee847 Check in fused GTest files
The fuse_gtest_files.py script was removed from GTest in
https://github.com/google/googletest/commit/47f819c3ca.
Consequently we can no longer generate these files at runtime.
2021-08-24 17:43:02 -04:00
..
LICENSE Check in fused GTest files 2021-08-24 17:43:02 -04:00
README.cef Check in fused GTest files 2021-08-24 17:43:02 -04:00
gtest-all.cc Check in fused GTest files 2021-08-24 17:43:02 -04:00
gtest.h Check in fused GTest files 2021-08-24 17:43:02 -04:00

README.cef

Name: Google C++ Testing Framework
Short Name: gtest
URL: https://github.com/google/googletest
License: BSD (see LICENSE file)

Description:
Fuzed (single header/source file) version of GoogleTest. Generated from a
Chromium version 93.0.4577.51 source checkout with the following command:

cd /path/to/chromium/src/third_party/googletest/src/googletest/scripts
./fuse_gtest_files.py <out_directory>

This script was removed from GTest in
https://github.com/google/googletest/commit/47f819c3ca.

Local Modifications:
None.