From e8e7d6f970d6a7db069bea98d71bf744caf1db6a Mon Sep 17 00:00:00 2001 From: kjellander Date: Sun, 17 Apr 2016 20:14:12 -0700 Subject: [PATCH] setup_links.py: Remove third_party/libevent It no longer exists in this location of Chromium and is thus no longer needed. NOTRY=True TBR=tommi@webrtc.org Review URL: https://codereview.webrtc.org/1893953002 Cr-Commit-Position: refs/heads/master@{#12398} --- .gitignore | 1 - setup_links.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5156e51be7..30e8d7f994 100644 --- a/.gitignore +++ b/.gitignore @@ -99,7 +99,6 @@ /third_party/libc++ /third_party/libc++-static /third_party/libc++abi -/third_party/libevent /third_party/libFuzzer /third_party/libjingle /third_party/libjpeg diff --git a/setup_links.py b/setup_links.py index be59b267fb..90a0dd2cd2 100755 --- a/setup_links.py +++ b/setup_links.py @@ -94,7 +94,6 @@ if 'android' in target_os: 'third_party/ijar', 'third_party/jsr-305', 'third_party/junit', - 'third_party/libevent', 'third_party/libxml', 'third_party/mockito', 'third_party/modp_b64',