One more perfetto update. This passed the linter.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3794 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-01-26 01:51:02 +00:00
parent 25ee0a3561
commit e1167b6854
12 changed files with 3630 additions and 72 deletions

View File

@@ -18,8 +18,8 @@ function commonjsRequire () {
var perfetto_version = createCommonjsModule(function (module, exports) {
Object.defineProperty(exports, "__esModule", { value: true });
exports.SCM_REVISION = exports.VERSION = void 0;
exports.VERSION = "v22.1-e780c370b";
exports.SCM_REVISION = "e780c370b9272c36eab718bacaa100537fd8d215";
exports.VERSION = "v23.0-d7b55ea62";
exports.SCM_REVISION = "d7b55ea623d1106cb4e1961a4180caf1280ec6ab";
});