Index: setup_links.py |
diff --git a/setup_links.py b/setup_links.py |
index 901e0ee5aeff3dee9a38625dc0043cb2e21b5484..839eb60b275c490811f55752b06eec6a6d9cc14d 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', |