Skip to content

Commit

Permalink
add support for third_party/devtools-frontend/src
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Jan 10, 2024
1 parent 4e98da8 commit 0cb6c23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SuperPatch.Core/Storages/ChromiumStorage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ public ChromiumStorage(Workspace wrk, HttpClient http) : base(wrk)
Url = "https://raw.githubusercontent.com/v8/v8",
RevisionIndex = "v8_revision"
});
subModulesInfos.Add(new SubModulesInfo()
{
Path = "third_party/devtools-frontend/src/",
Url = "https://raw.githubusercontent.com/ChromeDevTools/devtools-frontend",
RevisionIndex = "devtools_frontend_revision"
});
}

protected virtual async Task FetchChromiumCommit()
Expand Down

0 comments on commit 0cb6c23

Please sign in to comment.