Index: setup_links.py |
diff --git a/setup_links.py b/setup_links.py |
index dd9a57e2a4b1d18bc71fe55e07e85cb36b8af548..2825c28d9acf42b6be65ede2f3d269380a00f40c 100755 |
--- a/setup_links.py |
+++ b/setup_links.py |
@@ -45,6 +45,8 @@ DIRECTORIES = [ |
'third_party/libjpeg_turbo', |
'third_party/llvm-build', |
'third_party/lss', |
+ 'third_party/proguard', |
+ 'third_party/tcmalloc', |
'third_party/yasm', |
'third_party/WebKit', # TODO(kjellander): Remove, see webrtc:5629. |
'tools/clang', |
@@ -89,6 +91,7 @@ if 'android' in target_os: |
'third_party/requests', |
'third_party/robolectric', |
'third_party/sqlite4java', |
+ 'third_party/zlib', |
'tools/android', |
'tools/grit', |
] |