Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits2/module.json

Issue 2856653002: Roll Lighthouse & add error reporting (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/audits2/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/audits2/module.json b/third_party/WebKit/Source/devtools/front_end/audits2/module.json
index 4cd18338d14cd3e5a0c48924829c5100d28304c7..f5f7954749487d7545355f21a75d531b2bdd1fd3 100644
--- a/third_party/WebKit/Source/devtools/front_end/audits2/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/audits2/module.json
@@ -18,14 +18,16 @@
],
"experiment": "audits2",
"scripts": [
+ "lighthouse/renderer/util.js",
"lighthouse/renderer/dom.js",
"lighthouse/renderer/details-renderer.js",
+ "lighthouse/renderer/category-renderer.js",
"lighthouse/renderer/report-renderer.js",
"Audits2Panel.js"
],
"resources": [
- "audits2Panel.css",
"lighthouse/report-styles.css",
+ "audits2Panel.css",
"lighthouse/templates.html"
]
}

Powered by Google App Engine
This is Rietveld 408576698