| name: "googletest" | |
| description: | |
| "Google Test is Google's C++ test framework. The code in this directory is " | |
| "currently only a header file used to redirect Chromium gtest_prod consumer " | |
| "code to where Cobalt puts it, and is only used by V8." | |
| third_party { | |
| # Note: Because this directory only includes a header file that simply | |
| # redirects code, there is no "version" or "last_upgrade_date" available. | |
| url { | |
| type: GIT | |
| value: "https://github.com/google/googletest" | |
| } | |
| license_type: NOTICE | |
| } |