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" |
] |
} |