• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

custom/gtest/internal/custom/H16-Feb-2021-391228

src/H03-May-2022-109,32970,423

.gitignoreH A D16-Feb-20215 21

BUILD.gnH A D16-Feb-20216.7 KiB195165

DEPSH A D16-Feb-2021569 1914

OWNERSH A D16-Feb-202183 54

README.chromiumH A D16-Feb-2021688 1915

README.chromium

1Name: Google Test: Google's C++ Testing Framework
2Short Name: googletest
3URL: https://github.com/google/googletest.git
4Version: unknown
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, Chromium code MUST NOT depend on it
12directly. Instead, Chromium 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