Lines Matching full:googletest

17     # Chromium always links googletest statically, so no API qualifier is
42 "src/googletest/include",
64 # https://github.com/google/googletest/issues/533
79 # after plumbing a workable temporary path into googletest on Android.
83 "src/googletest/include/gtest/gtest-assertion-result.h",
84 "src/googletest/include/gtest/gtest-death-test.h",
85 "src/googletest/include/gtest/gtest-matchers.h",
86 "src/googletest/include/gtest/gtest-message.h",
87 "src/googletest/include/gtest/gtest-param-test.h",
88 "src/googletest/include/gtest/gtest-printers.h",
89 "src/googletest/include/gtest/gtest-spi.h",
90 "src/googletest/include/gtest/gtest-test-part.h",
91 "src/googletest/include/gtest/gtest-typed-test.h",
92 "src/googletest/include/gtest/gtest.h",
93 "src/googletest/include/gtest/gtest_pred_impl.h",
94 "src/googletest/include/gtest/gtest_prod.h",
96 #"src/googletest/include/gtest/internal/custom/gtest.h", # Superseded.
97 "src/googletest/include/gtest/internal/custom/gtest-port.h",
98 "src/googletest/include/gtest/internal/custom/gtest-printers.h",
99 "src/googletest/include/gtest/internal/gtest-death-test-internal.h",
100 "src/googletest/include/gtest/internal/gtest-filepath.h",
101 "src/googletest/include/gtest/internal/gtest-internal.h",
102 "src/googletest/include/gtest/internal/gtest-param-util.h",
103 "src/googletest/include/gtest/internal/gtest-port-arch.h",
104 "src/googletest/include/gtest/internal/gtest-port.h",
105 "src/googletest/include/gtest/internal/gtest-string.h",
106 "src/googletest/include/gtest/internal/gtest-type-util.h",
108 #"src/googletest/src/gtest-all.cc", # Not needed by our build.
109 "src/googletest/src/gtest-assertion-result.cc",
110 "src/googletest/src/gtest-death-test.cc",
111 "src/googletest/src/gtest-filepath.cc",
112 "src/googletest/src/gtest-internal-inl.h",
113 "src/googletest/src/gtest-matchers.cc",
117 # temporary path into googletest on Android.
118 #"src/googletest/src/gtest-port.cc",
119 "src/googletest/src/gtest-printers.cc",
120 "src/googletest/src/gtest-test-part.cc",
121 "src/googletest/src/gtest-typed-test.cc",
122 "src/googletest/src/gtest.cc",
126 include_dirs = [ "src/googletest" ]
135 # googletest only needs `absl`, but this makes gn check happier.
160 sources = [ "src/googletest/src/gtest_main.cc" ]