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

Unified Diff: third_party/libvpx/source/libvpx/tools/gen_authors.sh

Issue 1158913006: Move libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add DEPS file with #include paths 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
Index: third_party/libvpx/source/libvpx/tools/gen_authors.sh
diff --git a/third_party/libvpx/source/libvpx/tools/gen_authors.sh b/third_party/libvpx/source/libvpx/tools/gen_authors.sh
new file mode 100755
index 0000000000000000000000000000000000000000..e1246f08ac89013f29b8582a2415099ee49c3b51
--- /dev/null
+++ b/third_party/libvpx/source/libvpx/tools/gen_authors.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# Add organization names manually.
+
+cat <<EOF
+# This file is automatically generated from the git commit history
+# by tools/gen_authors.sh.
+
+$(git log --pretty=format:"%aN <%aE>" | sort | uniq)
+Google Inc.
+The Mozilla Foundation
+The Xiph.Org Foundation
+EOF

Powered by Google App Engine
This is Rietveld 408576698