Autoroller 0c12d8d8c6 Roll chromium_revision f2d1e453de..cf1645bec7 (563863:563963)
Change log: f2d1e453de..cf1645bec7
Full diff: f2d1e453de..cf1645bec7

Roll chromium third_party 02d962eb0e..1b4d922d36
Change log: 02d962eb0e..1b4d922d36

Changed dependencies:
* src/base: 0ecab11ffa..57de7ba6db
* src/build: 3c4efebb96..ea9199f1f4
* src/ios: 8e0b21f69f..c790da9b2a
* src/testing: 3ae9d12c9d..e10eefe10d
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/b26b30dc08..54e864df3f
* src/third_party/depot_tools: 621fe6f9b5..88087bad47
* src/tools: c50cb3b65c..67b206d389
* src/tools/swarming_client: 3543e21830..281c390193
DEPS diff: f2d1e453de..cf1645bec7/DEPS

No update to Clang.

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

Change-Id: Ie2daa32df5131e1a11b6f01dbd574879ff000a5d
Reviewed-on: https://webrtc-review.googlesource.com/80773
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23500}
2018-06-03 09:05:38 +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.