From de3b02916e63651130ddf7d1af98ef88753c6013 Mon Sep 17 00:00:00 2001 From: tommi Date: Fri, 22 Apr 2016 01:47:02 -0700 Subject: [PATCH] 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} --- setup_links.py | 5 +++++ webrtc/base/DEPS | 1 + 2 files changed, 6 insertions(+) diff --git a/setup_links.py b/setup_links.py index 90a0dd2cd2..4cf91f7e28 100755 --- a/setup_links.py +++ b/setup_links.py @@ -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') diff --git a/webrtc/base/DEPS b/webrtc/base/DEPS index add7f38be5..bb76adfe31 100644 --- a/webrtc/base/DEPS +++ b/webrtc/base/DEPS @@ -1,4 +1,5 @@ include_rules = [ + "+base/third_party/libevent", "+json", "+third_party/jsoncpp", "+webrtc/system_wrappers",