Lines Matching full:gtest

14     # necessary. The definition in gtest-port.h at the time of this writing
18 # In order to allow regex matches in gtest to be shared between Windows
19 # and other systems, we tell gtest to always use its internal engine.
25 # Prevents gtest from including both <tr1/tuple> and <tuple>.
29 # Gtest headers need to be able to find themselves.
59 # Do NOT depend on this directly. Use //testing/gtest instead.
61 source_set("gtest") {
64 "custom/gtest/internal/custom/gtest-printers.h",
65 "custom/gtest/internal/custom/gtest.h",
66 "custom/gtest/internal/custom/stack_trace_getter.cc",
67 "custom/gtest/internal/custom/stack_trace_getter.h",
71 "custom/gtest/internal/custom/gtest_port_wrapper.cc",
72 "custom/gtest/internal/custom/pdfium_custom_temp_dir.cc",
73 "custom/gtest/internal/custom/pdfium_custom_temp_dir.h",
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",
106 # gtest_port_wrapper.cc is used instead of gtest-port.cc.
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",
116 # Some files include "src/gtest-internal-inl.h".
126 "custom/gtest/internal/custom/stack_trace_getter.cc",
127 "custom/gtest/internal/custom/stack_trace_getter.h",
144 # Do NOT depend on this directly. Use //testing/gtest:gtest_main instead.
149 deps = [ ":gtest" ]
181 public_deps = [ ":gtest" ]