Name Date Size #Lines LOC

..--

custom/gtest/internal/custom/H25-Apr-2025-311175

BUILD.gnH A D25-Apr-20256.7 KiB193162

README.pdfiumH A D25-Apr-2025713 1915

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
6Shipped: no
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