mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 22:00:47 +01:00

In particular replace call rtc::TaskQueue::Current with TaskQueueBase::Current Bug: webrtc:10191 Change-Id: I19d42a716d27f0aba087dc70ac65b4ee6249408f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125085 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27005}
10 lines
265 B
Python
10 lines
265 B
Python
specific_include_rules = {
|
|
"task_queue_base\.h": [
|
|
# Make TaskQueueBase RTC_LOCKABALE to allow annotate variables are only
|
|
# accessed on specific task queue.
|
|
"+rtc_base/thread_annotations.h",
|
|
],
|
|
"task_queue_test\.h": [
|
|
"+test/gtest.h",
|
|
],
|
|
}
|