Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / source_frame / module.json
index 2b72a68..801ead4 100644 (file)
@@ -11,7 +11,7 @@
         {
             "type": "ui-setting",
             "section": "Sources",
-            "title": "Default indentation",
+            "title": "Default indentation:",
             "settingName": "textEditorIndent",
             "settingType": "select",
             "options": [
             ]
         }
     ],
-    "scripts": [ "SourceFrame.js" ]
+    "dependencies": [
+        "components"
+    ],
+    "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",
+        "FontView.js",
+        "ImageView.js",
+        "SourceFrame.js",
+        "GoToLineDialog.js",
+        "ResourceSourceFrame.js"
+    ],
+    "skip_compilation": [
+        "../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"
+    ],
+    "stylesheets": [
+        "../cm/codemirror.css",
+        "cmdevtools.css",
+        "fontView.css",
+        "imageView.css",
+        "resourceSourceFrame.css"
+    ]
 }