| Index: android_webview/tools/webview_licenses.py
|
| diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py
|
| index d3233b3bc299f49170ade5de38a7ee0905acc599..0348e9151d21f27e8644df4d619830f42da0d794 100755
|
| --- a/android_webview/tools/webview_licenses.py
|
| +++ b/android_webview/tools/webview_licenses.py
|
| @@ -192,7 +192,7 @@ def _FindThirdPartyDirs():
|
| # provide a way to shadow experimental buildfiles into those directories.
|
| os.path.join('tools', 'gn', 'secondary'),
|
| # Not shipped, Chromium code
|
| - os.path.join('tools', 'swarm_client'),
|
| + os.path.join('tools', 'swarming_client'),
|
| ]
|
| third_party_dirs = licenses.FindThirdPartyDirs(prune_paths, REPOSITORY_ROOT)
|
| return licenses.FilterDirsWithFiles(third_party_dirs, REPOSITORY_ROOT)
|
|
|