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

Unified Diff: setup_links.py

Issue 2317073002: LibYuv GN: Add GN test targets. (Closed)
Patch Set: Fix compile warnings and addressed comments. Created 4 years, 3 months 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
« libyuv.gni ('K') | « libyuv.gni ('k') | 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 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',
]
« libyuv.gni ('K') | « libyuv.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698