Add README.google and change browser-compat-data DEPS

Adds details about mdn/browser-compat-data as per
https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies#readmegoogle-templates
and moves the browser-compat-data directory under
mdn/browser-compat-data/src.

Change-Id: I5c0d659ab0ec4683d496c218a1bb56c9cfb0c9cf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149362
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Srujan Gaddam <srujzs@google.com>
This commit is contained in:
Srujan Gaddam 2020-05-29 18:59:34 +00:00 committed by commit-bot@chromium.org
parent 1c6fa369ab
commit f2bb32bce1
2 changed files with 12 additions and 1 deletions

2
DEPS
View file

@ -257,7 +257,7 @@ deps = {
Var("dart_root") + "/third_party/WebCore":
Var("dart_git") + "webcore.git" + "@" + Var("WebCore_rev"),
Var("dart_root") + "/third_party/mdn/browser-compat-data":
Var("dart_root") + "/third_party/mdn/browser-compat-data/src":
Var('chromium_git') + '/external/github.com/mdn/browser-compat-data' +
"@" + Var("browser-compat-data_tag"),

View file

@ -0,0 +1,11 @@
Name: mdn-browser-compat-data
Short Name: mdn-browser-compat-data
URL: https://github.com/mdn/browser-compat-data
Version: 1.0.22
Date: May 26th 2020
License: Creative Commons Zero v1.0 Universal
Description:
This repository contains compatibility data for Web technologies. The files were
fetched from: https://github.com/mdn/browser-compat-data/tree/v1.0.22 on
May 26th 2020.