aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2018-07-10 15:10:32 -0700
committerHaibo Huang <hhb@google.com>2018-07-10 15:11:57 -0700
commita04cfef17d270cc0610b328b855e7e96ad82e6d8 (patch)
treef1b2626428e70e6b3882d0d087e4d23c46777d47
parentdbf4e663744fae37318982fe5c394cf4f97e2a76 (diff)
downloadwebrtc-a04cfef17d270cc0610b328b855e7e96ad82e6d8.tar.gz
Add METADATA for webrtc
Test: NA Exempt-From-Owner-Approval: conflict with upstream OWNERS file Change-Id: I28f133b0dfd684a8e83ce83c3f58ceda10f55f26
-rw-r--r--METADATA18
1 files changed, 18 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000000..0445201999
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "webrtc"
+description: "WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs."
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://webrtc.org/"
+ }
+ url {
+ type: GIT
+ value: "https://webrtc.googlesource.com/src/"
+ }
+ version: "04cb763955aadf29324ec124b55aa399a7645d51"
+ last_upgrade_date {
+ year: 2016
+ month: 1
+ day: 14
+ }
+}