Mirko Bonadei f325ea2e2a Revert: webrtc::Mutex: Introduce mutex_race_check.h
This is a revert of https://webrtc-review.googlesource.com/c/src/+/179284
the code is not used so removing to lower code maintenance.

Bug: webrtc:11787
Change-Id: I5a8e981038ce28177fed4942fdd5f20a9b241bd7
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/226863
Reviewed-by: Niels Moller <nisse@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34550}
2021-07-25 11:46:59 +00:00

16 lines
255 B
Python

include_rules = [
"+base/third_party/libevent",
"+json",
"+system_wrappers",
"+third_party/jsoncpp",
]
specific_include_rules = {
"protobuf_utils.h": [
"+third_party/protobuf",
],
"gunit\.h": [
"+testing/base/public/gunit.h"
],
}