Chromium Code Reviews| Index: Source/devtools/front_end/languages/module.json |
| diff --git a/Source/devtools/front_end/toolbox_bootstrap/module.json b/Source/devtools/front_end/languages/module.json |
| similarity index 60% |
| copy from Source/devtools/front_end/toolbox_bootstrap/module.json |
| copy to Source/devtools/front_end/languages/module.json |
| index 42fbad576d5dcba693450089a6e7f71ea8e88e4c..14708629c4c78ec389a79b62011b7a5b07418276 100644 |
| --- a/Source/devtools/front_end/toolbox_bootstrap/module.json |
| +++ b/Source/devtools/front_end/languages/module.json |
| @@ -1,8 +1,9 @@ |
| { |
| "dependencies": [ |
| + "common", |
| "platform" |
| ], |
| "scripts": [ |
| - "Toolbox.js" |
| + "LanguageService.js" |
| ] |
| } |