Skip to content

Commit

Permalink
Mark mock_peerconnectioninterface.h as publicly visible
Browse files Browse the repository at this point in the history
According to gmock guidelines, mocks for API classes should live
in the same package which owns the API.

No-Try: True
Bug: webrtc:11642
Change-Id: Ib105a1806cc710bc4cff752b8950e981bb4bc326
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176381
Commit-Queue: Steve Anton <[email protected]>
Reviewed-by: Mirko Bonadei <[email protected]>
Reviewed-by: Karl Wiberg <[email protected]>
Cr-Commit-Position: refs/heads/master@{#31429}
  • Loading branch information
steveanton authored and Commit Bot committed Jun 3, 2020
1 parent a4dfe24 commit addf616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@ if (rtc_include_tests) {
}

rtc_source_set("mock_peerconnectioninterface") {
visibility = [ "*" ]
testonly = true
sources = [ "test/mock_peerconnectioninterface.h" ]

Expand Down

0 comments on commit addf616

Please sign in to comment.