|
Roll googletest to 1.8.0.
This is the V8 equivalent to http://crrev.com/2779193002 and must be
landed before //build/secondary/{gtest,gmock} are removed from Chromium.
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= chromium:630705
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+605 lines, -170 lines) |
Patch |
 |
M |
.gitignore
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
DEPS
|
View
|
1
2
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
A |
testing/DEPS
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
testing/gmock.gyp
|
View
|
1
2
|
2 chunks |
+2 lines, -38 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, -29 lines |
0 comments
|
Download
|
 |
M |
testing/gtest.gyp
|
View
|
1
2
|
2 chunks |
+9 lines, -68 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 |
1 comment
|
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
2
|
2 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
A |
third_party/googletest/googlemock.gyp
|
View
|
|
1 chunk |
+71 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/googletest/googletest.gyp
|
View
|
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/release/test_update_node.py
|
View
|
1
2
3
|
4 chunks |
+17 lines, -9 lines |
0 comments
|
Download
|
 |
M |
tools/release/testdata/v8/.gitignore
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
D |
tools/release/testdata/v8/testing/gtest/baz/gtest_foo
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
tools/release/testdata/v8/testing/gtest/baz/gtest_new
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
tools/release/testdata/v8/testing/gtest/gtest_bar
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
tools/release/testdata/v8/testing/gtest/gtest_new
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
tools/release/testdata/v8/testing/gtest/new/gtest_new
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A |
tools/release/testdata/v8/third_party/googletest/src/googletest/include/gtest/baz/gtest_new
|
View
|
1
2
3
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
tools/release/testdata/v8/third_party/googletest/src/googletest/include/gtest/gtest_new
|
View
|
1
2
3
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
tools/release/testdata/v8/third_party/googletest/src/googletest/include/gtest/gtest_prod.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
tools/release/testdata/v8/third_party/googletest/src/googletest/include/gtest/new/gtest_new
|
View
|
1
2
3
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
tools/release/update_node.py
|
View
|
1
2
3
|
1 chunk |
+12 lines, -8 lines |
0 comments
|
Download
|
Total messages: 50 (41 generated)
|