Lines Matching full:gtest
18 # necessary. The definition in gtest-port.h at the time of this writing
22 # In order to allow regex matches in gtest to be shared between Windows
23 # and other systems, we tell gtest to always use its internal engine.
29 # Prevents gtest from including both <tr1/tuple> and <tuple>.
39 # Gtest headers need to be able to find themselves.
69 # Do NOT depend on this directly. Use //testing/gtest instead.
71 source_set("gtest") {
74 "custom/gtest/internal/custom/gtest.h",
75 "custom/gtest/internal/custom/stack_trace_getter.cc",
76 "custom/gtest/internal/custom/stack_trace_getter.h",
80 "custom/gtest/internal/custom/chrome_custom_temp_dir.cc",
81 "custom/gtest/internal/custom/chrome_custom_temp_dir.h",
82 "custom/gtest/internal/custom/gtest_port_wrapper.cc",
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",
115 # gtest_port_wrapper.cc is used instead of gtest-port.cc.
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",
125 # Some files include "src/gtest-internal-inl.h".
141 "custom/gtest/internal/custom/stack_trace_getter.cc",
142 "custom/gtest/internal/custom/stack_trace_getter.h",
156 # Do NOT depend on this directly. Use //testing/gtest:gtest_main instead.
161 deps = [ ":gtest" ]
196 public_deps = [ ":gtest" ]