Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.gn | D | 23-Nov-2023 | 4.9 KiB | 138 | 118 | |
README.pdfium | D | 23-Nov-2023 | 727 | 19 | 15 |
README.pdfium
1Name: Google Test: Google's C++ Testing Framework 2Short Name: googletest 3URL: https://github.com/google/googletest.git 4Version: 1.8.0.git-a45c24ac1878932e0dc5fbc0d78a699befd386d3 5License: BSD 6License File: NOT_SHIPPED 7Security critical: no 8 9Google Test is imported as-is, to facilitate version bumping. However, the 10file/directory layout of Google Test is not yet considered stable. Therefore, 11until Google Test's layout stabilizes, PDFium code MUST NOT depend on it 12directly. Instead, PDFium code MUST: 13 14* #include the headers in testing/gtest and testing/gmock 15* use //testing/gtest(:gtest_main) and //testing/gmock(:gmock_main) in BUILD.gn 16 deps 17 18This will allow us to adapt to Google Test changes with minimal disruption. 19