blob: e480aa9bc9dab0999b7cecc1f3de065d8ced3975 [file] [log] [blame]
Danil Chapovalovb4c6d1e2019-01-21 13:52:59 +01001specific_include_rules = {
2 # temporary include to support both rtc::TaskQueue::Current() and
3 # webrtc::TaskQueueBase::Current() for implementaions of the TaskQueueBase.
4 "task_queue_impl\.h": [
5 "+rtc_base/task_queue.h",
6 ],
7}