Autoroller 6e0c145538 Roll chromium_revision 191d55580e..f7f609d28c (557824:558320)
Change log: 191d55580e..f7f609d28c
Full diff: 191d55580e..f7f609d28c

Roll chromium third_party 3a8f2a9e1e..70ec6906a5
Change log: 3a8f2a9e1e..70ec6906a5

Changed dependencies:
* src/base: 6cb1af46fc..deb9ad0180
* src/build: c9bb242447..27de0fa05e
* src/buildtools: 0b71401b97..a9e946f166
* src/ios: 41a7632e36..f1ab343a06
* src/testing: 519bd6bd88..81ba8e08f4
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a75468d15a..195c52dc70
* src/third_party/depot_tools: e7273d2501..d1de725e0b
* src/third_party/winsdk_samples: 601401003b..f7874f6eb6
* src/tools: f524a53b81..9d42b89d62
DEPS diff: 191d55580e..f7f609d28c/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: Ib5977d73d64db73b31e8add9410c4fabced7f9b3
Reviewed-on: https://webrtc-review.googlesource.com/76504
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23219}
2018-05-14 16:14:09 +00:00
..

Name: Google Test: Google's C++ Testing Framework
Short Name: googletest
URL: https://github.com/google/googletest.git
Version: 1.8.0.git-7d15497f7538fb531d0f025929d080743af421ee
License: BSD
License File: NOT_SHIPPED
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.