Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/audits/module.json |
| diff --git a/third_party/WebKit/Source/devtools/front_end/audits/module.json b/third_party/WebKit/Source/devtools/front_end/audits/module.json |
| index 437d99a0bc4460d73033c8a81eb03ca6702f1b6f..aebb03ab72f7368f48a8abff1e2295e7b9d912e3 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/audits/module.json |
| +++ b/third_party/WebKit/Source/devtools/front_end/audits/module.json |
| @@ -11,7 +11,8 @@ |
| ], |
| "dependencies": [ |
| "components", |
| - "extensions" |
| + "extensions", |
| + "object_ui" |
|
chenwilliam
2017/02/23 22:20:02
since extensions doesn't depend on object_ui anymo
|
| ], |
| "scripts": [ |
| "AuditsPanel.js", |