feat(chromium): roll Chromium to r563942 (#2665)

This roll includes:
- https://crrev.com/563869 - Headless: respect the --disable-breakpad flag
This commit is contained in:
Andrey Lushnikov 2018-06-02 09:56:47 -07:00 committed by GitHub
parent d8023726c5
commit efc0e0f96e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,9 @@
"engines": {
"node": ">=6.4.0"
},
"puppeteer": {
"chromium_revision": "563942"
},
"scripts": {
"unit": "node test/test.js",
"debug-unit": "node --inspect-brk test/test.js",
@ -35,9 +38,6 @@
"rimraf": "^2.6.1",
"ws": "^5.1.1"
},
"puppeteer": {
"chromium_revision": "557152"
},
"devDependencies": {
"@types/debug": "0.0.30",
"@types/extract-zip": "^1.6.2",