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.
This commit is contained in:
Marshall Greenblatt
2021-08-24 17:13:10 -04:00
parent cf4457bbb3
commit 92f67ee847
5 changed files with 24927 additions and 23 deletions

View File

@@ -1,14 +0,0 @@
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 the
Chromium source checkout with the following command:
cd /path/to/chromium/src/third_party/googletest/src/googletest/scripts
./fuse_gtest_files.py <out_directory>
Local Modifications:
None.