Skip to content

Commit 968252f

Browse files
committed
Add support for skia subrepo
1 parent 0cb6c23 commit 968252f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

SuperPatch.Core/Storages/ChromiumStorage.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ public ChromiumStorage(Workspace wrk, HttpClient http) : base(wrk)
4747
Url = "https://raw.githubusercontent.com/ChromeDevTools/devtools-frontend",
4848
RevisionIndex = "devtools_frontend_revision"
4949
});
50+
subModulesInfos.Add(new SubModulesInfo()
51+
{
52+
Path = "third_party/skia/",
53+
Url = "https://raw.githubusercontent.com/google/skia",
54+
RevisionIndex = "skia_revision"
55+
});
5056
}
5157

5258
protected virtual async Task FetchChromiumCommit()

0 commit comments

Comments
 (0)