Move third_party/WebCore to git

BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org/1546603002 .
This commit is contained in:
William Hesse 2015-12-22 13:55:55 +01:00
parent 75eb350abc
commit 9cb6e9657b
2 changed files with 4 additions and 3 deletions

4
DEPS
View file

@ -96,7 +96,7 @@ vars = {
"when_tag": "@0.2.0+2",
"which_tag": "@0.1.3+1",
"web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
"WebCore_rev" : "@44061",
"WebCore_rev": "@4f90b41b0165f23f412cecdba07b7d81d3fbb5b5",
"yaml_tag": "@2.1.5",
"zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
"barback-0.13.0_rev": "@34853",
@ -138,7 +138,7 @@ deps = {
Var("idl_parser_rev"),
Var("dart_root") + "/third_party/WebCore":
Var("third_party") + "/WebCore" + Var("WebCore_rev"),
"https://github.com/dart-lang/webcore.git" + Var("WebCore_rev"),
Var("dart_root") + "/third_party/pkg/args":
(Var("github_mirror") % "args") + Var("args_tag"),

View file

@ -69,6 +69,7 @@ vars.update({
"yaml_rev": "@563a5ffd4a800a2897b8f4dd6b19f2a370df2f2b",
"zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
"web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
"WebCore_rev": "@4f90b41b0165f23f412cecdba07b7d81d3fbb5b5",
"co19_rev": "@3ed795ea02e022ef19c77cf1b6095b7c8f5584d0",
})
@ -186,7 +187,7 @@ deps.update({
(Var("github_mirror") % "test") + Var("unittest_tag"),
"src/dart/third_party/WebCore":
"http://dart.googlecode.com/svn/third_party/WebCore",
"https://github.com/dart-lang/webcore.git" + Var("WebCore_rev")
"src/dart/tests/co19/src":
(Var("github_mirror") % "co19") + Var("co19_rev"),