Commit 530acace authored by torne's avatar torne Committed by Commit bot

android_webview: update deps_whitelist.

OpenSSL is no longer used by chromium and is not being merged any more.
libaddressinput and boringssl are being merged.

BUG=
NOTRY=true

Review URL: https://codereview.chromium.org/518803002

Cr-Commit-Position: refs/heads/master@{#292630}
parent e9b8e2e2
......@@ -31,8 +31,6 @@ class DepsWhitelist(object):
# team and are in the process of having the required branches being created
# in the Android tree.
self._compile_but_not_snapshot_dependencies = [
'third_party/libaddressinput/src',
'third_party/boringssl/src',
]
# Dependencies that need to be merged into the Android tree.
......@@ -41,12 +39,14 @@ class DepsWhitelist(object):
'testing/gtest',
'third_party/WebKit',
'third_party/angle',
'third_party/boringssl/src',
'third_party/brotli/src',
('third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/'
'braille'),
'third_party/freetype',
'third_party/icu',
'third_party/leveldatabase/src',
'third_party/libaddressinput/src',
'third_party/libjingle/source/talk',
'third_party/libphonenumber/src/phonenumbers',
'third_party/libphonenumber/src/resources',
......@@ -55,7 +55,6 @@ class DepsWhitelist(object):
'third_party/libyuv',
'third_party/mesa/src',
'third_party/openmax_dl',
'third_party/openssl',
'third_party/opus/src',
'third_party/ots',
'third_party/sfntly/cpp/src',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment