Skip to content

Commit

Permalink
Set gtest_enable_absl_printers to true.
Browse files Browse the repository at this point in the history
Starting from [1], gtest can pretty print absl types. In order to
enable the feature WebRTC has to set gtest_enable_absl_printers to true
in the .gn file.

[1] - https://chromium-review.googlesource.com/c/chromium/src/+/1027711

Bug: None
Change-Id: I74eb9a48c361f1523dd8d45510297e101a4d14cd
Reviewed-on: https://webrtc-review.googlesource.com/85345
Reviewed-by: Karl Wiberg <[email protected]>
Commit-Queue: Mirko Bonadei <[email protected]>
Cr-Commit-Position: refs/heads/master@{#23781}
  • Loading branch information
MirkoBonadei authored and Commit Bot committed Jun 29, 2018
1 parent a91deca commit 4236991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gn
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,6 @@ default_args = {
# WebRTC does not provide the gflags dependency. Because libyuv uses it only
# for unittests, it can be disabled (see third_party/libyuv/BUILD.gn)
libyuv_use_gflags = false

gtest_enable_absl_printers = true
}

0 comments on commit 4236991

Please sign in to comment.