From 4b9ff416b40eb190cb8be51b7b8a3cbc71b91ad9 Mon Sep 17 00:00:00 2001 From: kjellander Date: Tue, 13 Dec 2016 01:52:14 -0800 Subject: [PATCH] setup_links: Remove mojo and WebKit links. BUG=webrtc:5629 NOTRY=True Review-Url: https://codereview.webrtc.org/2573603002 Cr-Commit-Position: refs/heads/master@{#15564} --- setup_links.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup_links.py b/setup_links.py index 901e0ee5ae..839eb60b27 100755 --- a/setup_links.py +++ b/setup_links.py @@ -31,7 +31,6 @@ import textwrap DIRECTORIES = [ 'build', 'buildtools', - 'mojo', # TODO(kjellander): Remove, see webrtc:5629. 'testing', 'third_party/afl', 'third_party/binutils', @@ -64,7 +63,6 @@ DIRECTORIES = [ 'third_party/usrsctp', 'third_party/yasm', 'third_party/zlib', - 'third_party/WebKit', # TODO(kjellander): Remove, see webrtc:5629. 'tools/clang', 'tools/clang_format_merge_driver', 'tools/determinism',