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

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: Small cleanups - prefer URIs to contentURLs, revert protocol unifications, remove lambdas 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/languages/module.json b/Source/devtools/front_end/languages/module.json
new file mode 100644
index 0000000000000000000000000000000000000000..47da682010d07f3d70c7dd7e9478e94c9d2470b9
--- /dev/null
+++ b/Source/devtools/front_end/languages/module.json
@@ -0,0 +1,11 @@
+{
+ "dependencies": [
+ "common",
+ "bindings",
+ "sdk"
+ ],
+ "scripts": [
+ "LanguageService.js",
+ "MultiLingualExecutionContext.js"
+ ]
+}
« no previous file with comments | « Source/devtools/front_end/languages/MultiLingualExecutionContext.js ('k') | Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698