Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2130)

Unified Diff: android_webview/tools/webview_licenses.py

Issue 1147043002: [Android] Restore some of the additional pruned dirs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Prettified Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698