diff options
Diffstat (limited to 'android_webview/buildbot/deps_whitelist.py')
-rwxr-xr-x | android_webview/buildbot/deps_whitelist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/buildbot/deps_whitelist.py b/android_webview/buildbot/deps_whitelist.py index 9a317f5..e2d8919 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', ] |