Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: setup_links.py

Issue 2573603002: setup_links: Remove mojo and WebKit links. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698