| Index: android_webview/buildbot/deps_whitelist.py
|
| diff --git a/android_webview/buildbot/deps_whitelist.py b/android_webview/buildbot/deps_whitelist.py
|
| index 9a317f5dceec2ea88d2f32fc90866165560b5c7c..e2d89198419ea6cfd2bfd5b9fe8783b8c4841bd7 100755
|
| --- a/android_webview/buildbot/deps_whitelist.py
|
| +++ b/android_webview/buildbot/deps_whitelist.py
|
| @@ -31,7 +31,7 @@ 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/cpp',
|
| + 'third_party/libaddressinput/src',
|
| 'third_party/boringssl/src',
|
| ]
|
|
|
|
|