|
Roll googletest to 1.8.0.
This is a re-land of http://crrev.com/2779193002 which was reverted due to
build errors on Mac.
GoogleTest (gtest) and GoogleMock (gmock) are now hosted into the same
googletest repository. In order to cope with this, the googletest
repository is now sourced at third_party/googletest.
The file/directory layout of Google Test is not yet considered stable.
To minimize disruption while Google Test stabilizes, Chromium code will
be insulated from third_party/googletest.
* testing/gtest/include/gtest/ and testing/gmock/include/gmock have
been populated with headers that forward into the appropriate locations of
third_party/googletest
* testing/BUILD.gn has been populated with the targets
//testing/gtest(:gtest_main) and //testing/gmock(:gmock_main), which
depend on the appropriate //third_party/googletest targets.
All Chromium code should keep depending on the targets and headers
in testing/{gtest,gmock} for now.
BUG= 630705
TESTED=ninja -C out/Default/ ced_unittests && ninja -C out/Default
TBR=rkc,dpranke,agl
Review-Url: https://codereview.chromium.org/2852613002
Cr-Commit-Position: refs/heads/master@{#468860}
Committed: https://chromium.googlesource.com/chromium/src/+/dbcef9bdc1edd32d62c6de0bd382cdc78ce385da
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+428 lines, -50 lines) |
Patch |
|
M |
.gitignore
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
DEPS
|
View
|
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
|
M |
base/gtest_prod_util.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
build/secondary/testing/gmock/BUILD.gn
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
build/secondary/testing/gtest/BUILD.gn
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/dbus/fake_bluetooth_media_endpoint_service_provider.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
net/socket/sequenced_socket_data_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A |
testing/gmock/BUILD.gn
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
|
A |
testing/gmock/OWNERS
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
testing/gmock/include/gmock/gmock.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A |
testing/gmock/include/gmock/gmock-actions.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A |
testing/gmock/include/gmock/gmock-generated-function-mockers.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A |
testing/gmock/include/gmock/gmock-matchers.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
D |
testing/gmock_custom/gmock/internal/custom/gmock-port.h
|
View
|
|
1 chunk |
+0 lines, -27 lines |
0 comments
|
Download
|
|
A |
testing/gtest/BUILD.gn
|
View
|
1
2
|
1 chunk |
+85 lines, -0 lines |
0 comments
|
Download
|
|
A |
testing/gtest/OWNERS
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
testing/gtest/empty.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A |
testing/gtest/include/gtest/gtest.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A |
testing/gtest/include/gtest/gtest-death-test.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A |
testing/gtest/include/gtest/gtest-message.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A |
testing/gtest/include/gtest/gtest-param-test.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A |
testing/gtest/include/gtest/gtest-spi.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A |
testing/gtest/include/gtest/gtest_prod.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
testing/gtest_mac.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
testing/gtest_mac.mm
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
testing/gtest_mac_unittest.mm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/.gitignore
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
third_party/googletest/BUILD.gn
|
View
|
|
1 chunk |
+150 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/googletest/OWNERS
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/googletest/README.chromium
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
|
A + |
third_party/googletest/gmock_custom/gmock/internal/custom/gmock-port.h
|
View
|
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
Total messages: 34 (17 generated)
|