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

Unified Diff: Source/devtools/front_end/languages/module.json

Issue 1264133002: Devtools: [WIP] Implement enhanced devtools extension language APIs Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modify override dropdown to apply to console completions & transpile Created 5 years, 4 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: 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"
]
}

Powered by Google App Engine
This is Rietveld 408576698