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

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: address comments 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
« no previous file with comments | « Source/devtools/front_end/inspectorSyntaxHighlight.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/scripts/compile_frontend.py
diff --git a/Source/devtools/scripts/compile_frontend.py b/Source/devtools/scripts/compile_frontend.py
index 5a3ba6998e34bb884e11ce1a5c30184d7743d12e..8188c6a20f83d88d8e48abf490f0e2431e73f826 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",
« no previous file with comments | « Source/devtools/front_end/inspectorSyntaxHighlight.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698