Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / toolbox / module.json
index 3cd2e35..3eb67bd 100644 (file)
@@ -1,13 +1,16 @@
 {
     "dependencies": [
-        "ui",
-        "bindings"
+        "bindings",
+        "platform",
+        "ui"
     ],
     "scripts": [
-        "ToolboxDelegate.js",
         "OverridesUI.js",
         "InspectedPagePlaceholder.js",
         "MediaQueryInspector.js",
         "ResponsiveDesignView.js"
+    ],
+    "stylesheets": [
+        "responsiveDesignView.css"
     ]
 }