Change log:ffaf1e2ba6..ef538e3112Full diff:ffaf1e2ba6..ef538e3112Roll chromium third_party fb3dc2a0aa..cbc2a20101 Change log:fb3dc2a0aa..cbc2a20101Changed dependencies: * src/base:2743076235..02a6c4cdd0* src/build:459adce3eb..3c4d6b6d24* src/ios:71b35d6ee6..0c6d3816a0* src/testing:f624b1f4b7..e0597e0b5d* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/eca23c365a..fdacd1639e * src/third_party/depot_tools:e05f18d477..e09b6845cf* src/third_party/freetype/src:0589f6e6ee..8f1ed54877* src/third_party/googletest/src:145d05750b..9077ec7efe* src/tools:76e5757c8f..c7862334ceDEPS diff:ffaf1e2ba6..ef538e3112/DEPS Clang version changed 332838:334100 Details:ffaf1e2ba6..ef538e3112/tools/clang/scripts/update.py TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal NO_AUTOIMPORT_DEPS_CHECK=true Change-Id: Iac45f00b35127f886b32aac8b79578fbe528fb00 Reviewed-on: https://webrtc-review.googlesource.com/83220 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23585}
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.