This is needed for an upcoming task queue implementation. The location of this folder was recently moved under base/ in Chromium, so I'm wondering if that's really the best way to do this for WebRTC as well. NOTRY=True Review URL: https://codereview.webrtc.org/1909223004 Cr-Commit-Position: refs/heads/master@{#12465}
13 lines
187 B
Python
13 lines
187 B
Python
include_rules = [
|
|
"+base/third_party/libevent",
|
|
"+json",
|
|
"+third_party/jsoncpp",
|
|
"+webrtc/system_wrappers",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"gunit_prod.h": [
|
|
"+gtest",
|
|
],
|
|
}
|