We now commit protocol.ts files during the roll. New utils/roll_browser.js helps with that. This makes our installation very shallow: - build installer; - download browsers.
18 lines
279 B
JSON
18 lines
279 B
JSON
{
|
|
"comment": "Do not edit this file, use utils/roll_browser.js",
|
|
"browsers": [
|
|
{
|
|
"name": "chromium",
|
|
"revision": "782078"
|
|
},
|
|
{
|
|
"name": "firefox",
|
|
"revision": "1116"
|
|
},
|
|
{
|
|
"name": "webkit",
|
|
"revision": "1295"
|
|
}
|
|
]
|
|
}
|