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}
This commit is contained in:
tommi 2016-04-22 01:47:02 -07:00 committed by Commit bot
parent e8be6ff65d
commit de3b02916e
2 changed files with 6 additions and 0 deletions

View File

@ -104,6 +104,11 @@ if 'android' in target_os:
'tools/grit',
'tools/telemetry',
]
else:
DIRECTORIES += [
'base/third_party/libevent',
]
if 'ios' in target_os:
DIRECTORIES.append('third_party/class-dump')

View File

@ -1,4 +1,5 @@
include_rules = [
"+base/third_party/libevent",
"+json",
"+third_party/jsoncpp",
"+webrtc/system_wrappers",