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

Unified Diff: Source/devtools/scripts/compile_frontend.py

Issue 22638008: DevTools: Use CodeMirror modes instead of highlight tokenizers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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/scripts/compile_frontend.py
diff --git a/Source/devtools/scripts/compile_frontend.py b/Source/devtools/scripts/compile_frontend.py
index 01eeb46b746cc1993f3020d9609ce7cbbee3e5d2..b02e414ec891778df67cf5ebd72fc47b6f4a0eaf 100755
--- a/Source/devtools/scripts/compile_frontend.py
+++ b/Source/devtools/scripts/compile_frontend.py
@@ -128,6 +128,7 @@ modules = [
"dependencies": ["common"],
"sources": [
"Checkbox.js",
+ "CodeMirrorUtils.js",
"CodeMirrorTextEditor.js",
"ContextMenu.js",
"CompletionDictionary.js",
@@ -155,7 +156,6 @@ modules = [
"ShowMoreDataGridNode.js",
"SidebarOverlay.js",
"SoftContextMenu.js",
- "SourceTokenizer.js",
"Spectrum.js",
"SplitView.js",
"SidebarView.js",
@@ -163,9 +163,7 @@ modules = [
"SuggestBox.js",
"TabbedPane.js",
"TextEditor.js",
- "TextEditorHighlighter.js",
"TextRange.js",
- "TextEditorModel.js",
"TextPrompt.js",
"TextUtils.js",
"TimelineGrid.js",

Powered by Google App Engine
This is Rietveld 408576698