| Index: android_webview/buildbot/deps_whitelist.py
|
| diff --git a/android_webview/buildbot/deps_whitelist.py b/android_webview/buildbot/deps_whitelist.py
|
| index e967d147ecc607a773999cbf4e18039f5dcf2381..f4e6e89852e17090ffcf5ca23b212530bea26376 100755
|
| --- a/android_webview/buildbot/deps_whitelist.py
|
| +++ b/android_webview/buildbot/deps_whitelist.py
|
| @@ -27,7 +27,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/brotli/src',
|
| ]
|
|
|
| # Dependencies that need to be merged into the Android tree.
|
| @@ -36,6 +35,7 @@ class DepsWhitelist(object):
|
| 'testing/gtest',
|
| 'third_party/WebKit',
|
| 'third_party/angle',
|
| + 'third_party/brotli/src',
|
| ('third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/'
|
| 'braille'),
|
| 'third_party/freetype',
|
| @@ -44,6 +44,9 @@ class DepsWhitelist(object):
|
| 'third_party/libjingle/source/talk',
|
| 'third_party/libphonenumber/src/phonenumbers',
|
| 'third_party/libphonenumber/src/resources',
|
| + 'third_party/libsrtp',
|
| + 'third_party/libvpx',
|
| + 'third_party/libyuv',
|
| 'third_party/mesa/src',
|
| 'third_party/openssl',
|
| 'third_party/opus/src',
|
| @@ -53,7 +56,7 @@ class DepsWhitelist(object):
|
| 'third_party/skia/include',
|
| 'third_party/skia/src',
|
| 'third_party/smhasher/src',
|
| - 'third_party/v8-i18n',
|
| + 'third_party/webrtc',
|
| 'third_party/yasm/source/patched-yasm',
|
| 'tools/grit',
|
| 'tools/gyp',
|
|
|