247c4fff17
This is used to convert files with binary proto data to the Trace Event .json format for use with the chrome://tracing viewer. Change-Id: Ib5478f6aa2326b5e085506859f4a7f30f95c79f5 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1535823 Commit-Queue: Peter Marshall <petermarshall@chromium.org> Reviewed-by: Mathias Bynens <mathias@chromium.org> Cr-Commit-Position: refs/heads/master@{#60422}
12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc proto-to-json.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^11.11.4",
|
|
"protobufjs": "^6.8.8",
|
|
"typescript": "^3.3.4000"
|
|
}
|
|
}
|