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

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

Issue 451713002: DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 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 f3d5bb04be0472fad9042f1cd106c723bcd85b33..ec9fe3ca8c88fa2acaf823f1cb9ebfa0a8a5a6dd 100644
--- a/Source/devtools/front_end/source_frame/module.json
+++ b/Source/devtools/front_end/source_frame/module.json
@@ -22,5 +22,31 @@
]
}
],
- "scripts": [ "SourceFrame.js" ]
+ "scripts": [
+ "../cm/codemirror.js",
+ "../cm/css.js",
+ "../cm/javascript.js",
+ "../cm/xml.js",
+ "../cm/htmlmixed.js",
+
+ "../cm/matchbrackets.js",
+ "../cm/closebrackets.js",
+ "../cm/markselection.js",
+ "../cm/comment.js",
+ "../cm/overlay.js",
+
+ "../cm/htmlembedded.js",
+ "../cm/clike.js",
+ "../cm/coffeescript.js",
+ "../cm/php.js",
+ "../cm/python.js",
+ "../cm/shell.js",
+ "CodeMirrorUtils.js",
+ "CodeMirrorTextEditor.js",
+ "SourceFrame.js",
+ "GoToLineDialog.js",
+ "ResourceView.js",
+ "FontView.js",
+ "ImageView.js"
+ ]
}
« no previous file with comments | « Source/devtools/front_end/source_frame/_module.js ('k') | Source/devtools/front_end/sources/FilteredItemSelectionDialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698