Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / sources / module.json
index c4d20eb..b11f04b 100644 (file)
@@ -1,11 +1,11 @@
 {
     "extensions": [
         {
-            "type": "@WebInspector.Panel",
+            "type": "@WebInspector.PanelFactory",
             "name": "sources",
             "title": "Sources",
             "order": 2,
-            "className": "WebInspector.SourcesPanel"
+            "className": "WebInspector.SourcesPanelFactory"
         },
         {
             "type": "drawer-view",
             "className": "WebInspector.SourcesPanel.UISourceCodeRevealer"
         },
         {
+            "type": "@WebInspector.Revealer",
+            "contextTypes": ["WebInspector.DebuggerPausedDetails"],
+            "className": "WebInspector.SourcesPanel.DebuggerPausedDetailsRevealer"
+        },
+        {
             "type": "@WebInspector.SourcesView.EditorAction",
             "className": "WebInspector.InplaceFormatterEditorAction"
         },
             "settingType": "checkbox"
         }
     ],
-    "dependencies": ["source_frame"],
+    "dependencies": [
+        "source_frame",
+        "extensions"
+    ],
     "scripts": [
         "jsdifflib.js",
         "Placard.js",
         "AdvancedSearchView.js",
         "FileBasedSearchResultsPane.js",
         "SourcesSearchScope.js",
-        "SourcesPanel.js"
+        "SourcesPanel.js",
+        "WorkspaceMappingTip.js"
     ],
     "skip_compilation": [
         "jsdifflib.js"
+    ],
+    "stylesheets": [
+        "filteredItemSelectionDialog.css",
+        "navigatorView.css",
+        "revisionHistory.css",
+        "sourcesPanel.css",
+        "sourcesView.css"
     ]
 }