71cb4777e7
Rolling v8/build:402bc6d..4b7e3ce
Rolling v8/third_party/googletest/src:879ac09..9518a57
This also ports: https://crrev.com/c/1410527 TBR=machenbach@chromium.org,hablich@chromium.org,sergiyb@chromium.org Bug: chromium:922379 Change-Id: I3982ace35bb762e7f5c85ba9468739aedd3bcd78 Reviewed-on: https://chromium-review.googlesource.com/c/1424659 Reviewed-by: Sergiy Belozorov <sergiyb@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org> Cr-Commit-Position: refs/heads/master@{#58994}
18 lines
705 B
Plaintext
18 lines
705 B
Plaintext
Name: Google Test: Google's C++ Testing Framework
|
|
Short Name: googletest
|
|
URL: https://github.com/google/googletest.git
|
|
Version: 1.8.0.git-9518a57428ae0a7ed450c1361768e84a2a38af5a
|
|
License: BSD
|
|
Security critical: no
|
|
|
|
Google Test is imported as-is, to facilitate version bumping. However, the
|
|
file/directory layout of Google Test is not yet considered stable. Therefore,
|
|
until Google Test's layout stabilizes, Chromium code MUST NOT depend on it
|
|
directly. Instead, Chromium code MUST:
|
|
|
|
* #include the headers in testing/gtest and testing/gmock
|
|
* use //testing/gtest(:gtest_main) and //testing/gmock(:gmock_main) in BUILD.gn
|
|
deps
|
|
|
|
This will allow us to adapt to Google Test changes with minimal disruption.
|