This reverts commit a25b11659be8887b700311180fcd3653aa9e472b. In a discussion with Dmitry Gozman we decided to revert this and instead proceed with the following approach: - rename `//browser_patches/firefox` to `//browser_patches/firefox-beta` - rename `//browser_patches/firefox-stable` folder to `//browser_patches/firefox` In all of the folders, we will keep the `BUILD_NUMBER` original so that it doesn't clash on the CDN.
39 lines
751 B
JSON
39 lines
751 B
JSON
{
|
|
"comment": "Do not edit this file, use utils/roll_browser.js",
|
|
"browsers": [
|
|
{
|
|
"name": "chromium",
|
|
"revision": "888113",
|
|
"installByDefault": true
|
|
},
|
|
{
|
|
"name": "firefox",
|
|
"revision": "1268",
|
|
"installByDefault": true
|
|
},
|
|
{
|
|
"name": "firefox-stable",
|
|
"revision": "1259",
|
|
"installByDefault": false
|
|
},
|
|
{
|
|
"name": "webkit",
|
|
"revision": "1492",
|
|
"installByDefault": true,
|
|
"revisionOverrides": {
|
|
"mac10.14": "1445"
|
|
}
|
|
},
|
|
{
|
|
"name": "webkit-technology-preview",
|
|
"revision": "1443",
|
|
"installByDefault": false
|
|
},
|
|
{
|
|
"name": "ffmpeg",
|
|
"revision": "1005",
|
|
"installByDefault": true
|
|
}
|
|
]
|
|
}
|