Update third_party/googletest to 1.8.0
authorJohann <johannkoenig@google.com>
Thu, 26 Jan 2017 22:34:45 +0000 (14:34 -0800)
committerJohann <johannkoenig@google.com>
Thu, 2 Feb 2017 15:27:11 +0000 (07:27 -0800)
commitd89b4f5ece6a48945dd0252c4e3b61498cf03542
tree9c751df5e285cf2b59286bdfc404b79d8df62592
parenteacc3b4ccfa7541ee69bb37b7e72c0bbcf60c126
Update third_party/googletest to 1.8.0

Change-Id: If61137e28291f2a0911e9260eb58f234e0d8594c
40 files changed:
third_party/googletest/README.libvpx
third_party/googletest/src/README [deleted file]
third_party/googletest/src/README.md [new file with mode: 0644]
third_party/googletest/src/include/gtest/gtest-death-test.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/gtest-message.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/gtest-param-test.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/gtest-param-test.h.pump [new file with mode: 0644]
third_party/googletest/src/include/gtest/gtest-printers.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/gtest-spi.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/gtest-test-part.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/gtest-typed-test.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/gtest.h
third_party/googletest/src/include/gtest/gtest_pred_impl.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/gtest_prod.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/custom/gtest-port.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/custom/gtest-printers.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/custom/gtest.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/gtest-death-test-internal.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/gtest-filepath.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/gtest-internal.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/gtest-linked_ptr.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/gtest-param-util-generated.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/gtest-param-util-generated.h.pump [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/gtest-param-util.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/gtest-port-arch.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/gtest-port.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/gtest-string.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/gtest-tuple.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/gtest-tuple.h.pump [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/gtest-type-util.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/internal/gtest-type-util.h.pump [new file with mode: 0644]
third_party/googletest/src/src/gtest-all.cc
third_party/googletest/src/src/gtest-death-test.cc [new file with mode: 0644]
third_party/googletest/src/src/gtest-filepath.cc [new file with mode: 0644]
third_party/googletest/src/src/gtest-internal-inl.h [new file with mode: 0644]
third_party/googletest/src/src/gtest-port.cc [new file with mode: 0644]
third_party/googletest/src/src/gtest-printers.cc [new file with mode: 0644]
third_party/googletest/src/src/gtest-test-part.cc [new file with mode: 0644]
third_party/googletest/src/src/gtest-typed-test.cc [new file with mode: 0644]
third_party/googletest/src/src/gtest.cc [new file with mode: 0644]