| Index: android_webview/tools/webview_licenses.py | 
| diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py | 
| index b0c4b9c2e8541164ba091ef49a2bcfae5a919a78..63a26e21548a7bb6a409ea1c75c159c1108cd790 100755 | 
| --- a/android_webview/tools/webview_licenses.py | 
| +++ b/android_webview/tools/webview_licenses.py | 
| @@ -230,7 +230,7 @@ def _FindThirdPartyDirs(): | 
| os.path.join('third_party', 'widevine'), | 
| # third_party directories in this tree aren't actually third party, but | 
| # provide a way to shadow experimental buildfiles into those directories. | 
| -    os.path.join('tools', 'gn', 'secondary'), | 
| +    os.path.join('build', 'secondary'), | 
| # Not shipped, Chromium code | 
| os.path.join('tools', 'swarming_client'), | 
| ] | 
|  |