tommi de3b02916e Add links for base/third_party/libevent from Chrome.
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}
2016-04-22 08:47:10 +00:00

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",
],
}