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

Unified Diff: android_webview/tools/run_find_copyrights_manual_tests.sh

Issue 622493004: [Android WebView] Rewrite copyrights scanner in Python (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: android_webview/tools/run_find_copyrights_manual_tests.sh
diff --git a/android_webview/tools/run_find_copyrights_manual_tests.sh b/android_webview/tools/run_find_copyrights_manual_tests.sh
new file mode 100755
index 0000000000000000000000000000000000000000..005787257ce81ab106ee72216dcfec8ef3ab3167
--- /dev/null
+++ b/android_webview/tools/run_find_copyrights_manual_tests.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+find android_webview/tools/tests -type f | sort \
+ | android_webview/tools/webview_licenses.py display_copyrights

Powered by Google App Engine
This is Rietveld 408576698