X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fdevtools%2Ffront_end%2Faudits%2Fmodule.json;h=c81f036da8b407a26ca2aecea281f64513a571aa;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=8b0b67bc03f43e8d44880bde1d948422de73f260;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/devtools/front_end/audits/module.json b/src/third_party/WebKit/Source/devtools/front_end/audits/module.json index 8b0b67b..c81f036 100644 --- a/src/third_party/WebKit/Source/devtools/front_end/audits/module.json +++ b/src/third_party/WebKit/Source/devtools/front_end/audits/module.json @@ -1,15 +1,16 @@ { "extensions": [ { - "type": "@WebInspector.Panel", + "type": "@WebInspector.PanelFactory", "name": "audits", "title": "Audits", "order": 6, - "className": "WebInspector.AuditsPanel" + "className": "WebInspector.AuditsPanelFactory" } ], "dependencies": [ - "components" + "components", + "extensions" ], "scripts": [ "AuditsPanel.js", @@ -19,6 +20,10 @@ "AuditFormatters.js", "AuditLauncherView.js", "AuditResultView.js", - "AuditRules.js" + "AuditRules.js", + "AuditExtensionCategory.js" + ], + "stylesheets": [ + "auditsPanel.css" ] }