Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / settings / module.json
index 726a148..a2cc97d 100644 (file)
             ]
         },
         {
-            "type": "@WebInspector.StatusBarButton.Provider",
+            "type": "@WebInspector.StatusBarItem.Provider",
             "actionId": "settings.show",
             "location": "toolbar-right",
             "title": "Settings",
-            "order": 0,
+            "order": 3,
             "elementClass": "settings-status-bar-item"
+        },
+        {
+            "type": "ui-setting",
+            "section": "Sources",
+            "settingType": "custom",
+            "className": "WebInspector.SettingsScreen.SkipStackFramePatternSettingDelegate"
         }
     ],
-    "scripts": [ "SettingsScreen.js" ]
+    "scripts": [
+        "EditFileSystemDialog.js",
+        "FrameworkBlackboxDialog.js",
+        "SettingsScreen.js"
+    ]
 }