Lines Matching full:googletest

13     # Chromium always links googletest statically, so no API qualifier is
32 "src/googletest/include",
54 # https://github.com/google/googletest/issues/533
70 # after plumbing a workable temporary path into googletest on Android.
74 "src/googletest/include/gtest/gtest-assertion-result.h",
75 "src/googletest/include/gtest/gtest-death-test.h",
76 "src/googletest/include/gtest/gtest-matchers.h",
77 "src/googletest/include/gtest/gtest-message.h",
78 "src/googletest/include/gtest/gtest-param-test.h",
79 "src/googletest/include/gtest/gtest-printers.h",
80 "src/googletest/include/gtest/gtest-spi.h",
81 "src/googletest/include/gtest/gtest-test-part.h",
82 "src/googletest/include/gtest/gtest-typed-test.h",
83 "src/googletest/include/gtest/gtest.h",
84 "src/googletest/include/gtest/gtest_pred_impl.h",
85 "src/googletest/include/gtest/gtest_prod.h",
87 #"src/googletest/include/gtest/internal/custom/gtest.h", # Superseded.
88 "src/googletest/include/gtest/internal/custom/gtest-port.h",
89 "src/googletest/include/gtest/internal/custom/gtest-printers.h",
90 "src/googletest/include/gtest/internal/gtest-death-test-internal.h",
91 "src/googletest/include/gtest/internal/gtest-filepath.h",
92 "src/googletest/include/gtest/internal/gtest-internal.h",
93 "src/googletest/include/gtest/internal/gtest-param-util.h",
94 "src/googletest/include/gtest/internal/gtest-port-arch.h",
95 "src/googletest/include/gtest/internal/gtest-port.h",
96 "src/googletest/include/gtest/internal/gtest-string.h",
97 "src/googletest/include/gtest/internal/gtest-type-util.h",
99 #"src/googletest/src/gtest-all.cc", # Not needed by our build.
100 "src/googletest/src/gtest-assertion-result.cc",
101 "src/googletest/src/gtest-death-test.cc",
102 "src/googletest/src/gtest-filepath.cc",
103 "src/googletest/src/gtest-internal-inl.h",
104 "src/googletest/src/gtest-matchers.cc",
108 # temporary path into googletest on Android.
109 #"src/googletest/src/gtest-port.cc",
110 "src/googletest/src/gtest-printers.cc",
111 "src/googletest/src/gtest-test-part.cc",
112 "src/googletest/src/gtest-typed-test.cc",
113 "src/googletest/src/gtest.cc",
117 include_dirs = [ "src/googletest" ]
148 sources = [ "src/googletest/src/gtest_main.cc" ]