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

Unified Diff: tools/check_ecs_deps/check_ecs_deps.py

Issue 509323004: ozone: Whitelist some libs for the embedded build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « third_party/harfbuzz-ng/harfbuzz.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/check_ecs_deps/check_ecs_deps.py
diff --git a/tools/check_ecs_deps/check_ecs_deps.py b/tools/check_ecs_deps/check_ecs_deps.py
index f6760d65b5f0af134cd62c69719c239ced6d3ca1..4ac06bb298908f11b16970e2599286d08824c1ec 100755
--- a/tools/check_ecs_deps/check_ecs_deps.py
+++ b/tools/check_ecs_deps/check_ecs_deps.py
@@ -39,7 +39,6 @@ kUndesiredLibraryList = [
'libpcre',
'libpixman',
'libpng',
- 'libresolv',
'libselinux',
'libudev',
'libxcb',
@@ -53,6 +52,7 @@ kAllowedLibraryList = [
'libgcc_s',
'libm',
'libpthread',
+ 'libresolv',
'librt',
'libstdc++',
'linux-vdso',
@@ -68,6 +68,9 @@ kAllowedLibraryList = [
'libplds4',
'libsmime3',
+ # OpenSSL
+ 'libcrypto',
+
# Miscellaneous
'libcap',
'libexpat',
« no previous file with comments | « third_party/harfbuzz-ng/harfbuzz.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698