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

Unified Diff: Source/devtools/front_end/source_frame/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/source_frame/module.json
diff --git a/Source/devtools/front_end/source_frame/module.json b/Source/devtools/front_end/source_frame/module.json
index a25880700e493624780111f7c6bee38c14c1aa99..dbea8e5819808873b4638fa513486c9bedf02f64 100644
--- a/Source/devtools/front_end/source_frame/module.json
+++ b/Source/devtools/front_end/source_frame/module.json
@@ -24,12 +24,14 @@
}
],
"dependencies": [
- "components"
+ "components",
+ "languages"
],
"scripts": [
"../cm/codemirror.js",
"../cm/css.js",
"../cm/javascript.js",
+ "../cm/simple.js",
"../cm/xml.js",
"../cm/htmlmixed.js",
"../cm/htmlembedded.js",
@@ -55,6 +57,7 @@
"../cm/codemirror.js",
"../cm/css.js",
"../cm/javascript.js",
+ "../cm/simple.js",
"../cm/xml.js",
"../cm/htmlmixed.js",
"../cm/htmlembedded.js",

Powered by Google App Engine
This is Rietveld 408576698