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

Unified Diff: third_party/WebKit/Source/devtools/front_end/source_frame/module.json

Issue 2166603002: DevTools: roll CodeMirror (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add cm_modes and multiplex.js Created 4 years, 5 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: third_party/WebKit/Source/devtools/front_end/source_frame/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/module.json b/third_party/WebKit/Source/devtools/front_end/source_frame/module.json
index 04b93b0e7b5f737484aa0e281b632f99fdd5e384..e6f624c5153a33407fe4607b6b533c4bdf739c03 100644
--- a/third_party/WebKit/Source/devtools/front_end/source_frame/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/source_frame/module.json
@@ -34,6 +34,7 @@
"../cm/xml.js",
"../cm/htmlmixed.js",
"../cm/htmlembedded.js",
+ "../cm/multiplex.js",
lushnikov 2016/07/21 16:54:25 nit: i'd put multiplex before htmlmixed to mirror
einbinder 2016/07/21 20:35:50 Done.
"../cm/matchbrackets.js",
"../cm/closebrackets.js",
@@ -59,6 +60,7 @@
"../cm/xml.js",
"../cm/htmlmixed.js",
"../cm/htmlembedded.js",
+ "../cm/multiplex.js",
"../cm/matchbrackets.js",
"../cm/closebrackets.js",

Powered by Google App Engine
This is Rietveld 408576698