summaryrefslogtreecommitdiff
path: root/android_webview/tools/webview_licenses.py
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/tools/webview_licenses.py')
-rwxr-xr-xandroid_webview/tools/webview_licenses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py
index b0c4b9c2e8..63a26e2154 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'),
]