| Index: android_webview/tools/webview_licenses.py
|
| diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py
|
| index fa8478351cf6d087b80cb50a7cebf03cc7f01fbf..56123942d63bff84ac4593f802a381d61b4acead 100755
|
| --- a/android_webview/tools/webview_licenses.py
|
| +++ b/android_webview/tools/webview_licenses.py
|
| @@ -146,6 +146,10 @@ def _FindThirdPartyDirs():
|
| os.path.join('third_party', 'bidichecker'),
|
| # Not shipped, only relates to Chrome for Android, but not to WebView
|
| os.path.join('clank'),
|
| + # Not checked out on clients, but present on the release bot.
|
| + # See crbug.com/350472.
|
| + os.path.join('chrome', 'browser', 'resources', 'chromeos', 'quickoffice'),
|
| + os.path.join('third_party', 'gles2_conform'),
|
| ])
|
| third_party_dirs = licenses.FindThirdPartyDirs(
|
| prune_paths | licenses.PRUNE_PATHS, REPOSITORY_ROOT)
|
|
|