Index: third_party/WebKit/Source/devtools/front_end/unit_test_runner.json |
diff --git a/third_party/WebKit/Source/devtools/front_end/unit_test_runner.json b/third_party/WebKit/Source/devtools/front_end/unit_test_runner.json |
index 63512ef0e68dc446bb1c0a01fe889565527b74d0..50cd288a4006c19341ada442d45686ec258a44a8 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/unit_test_runner.json |
+++ b/third_party/WebKit/Source/devtools/front_end/unit_test_runner.json |
@@ -1,19 +1,18 @@ |
{ |
- "modules" : [ |
- { "name": "platform", "type": "autostart" }, |
- { "name": "ui", "type": "autostart" }, |
- { "name": "host", "type": "autostart" }, |
- { "name": "common", "type": "autostart" }, |
- { "name": "workspace", "type": "autostart" }, |
- { "name": "source_frame", "type": "autostart" }, |
- { "name": "text_editor", "type": "autostart" }, |
- { "name": "cm", "type": "autostart" }, |
- { "name": "cm_modes", "type": "autostart" }, |
- { "name": "diff", "type": "autostart" }, |
- { "name": "shell", "type": "autostart" }, |
- { "name": "test_runner", "type": "autostart" }, |
- { "name": "ui_lazy" } |
- ], |
- |
- "has_html": true |
+ "modules" : [ |
+ { "name": "platform", "type": "autostart" }, |
+ { "name": "ui", "type": "autostart" }, |
+ { "name": "host", "type": "autostart" }, |
+ { "name": "common", "type": "autostart" }, |
+ { "name": "workspace", "type": "autostart" }, |
+ { "name": "text_editor", "type": "autostart" }, |
+ { "name": "cm", "type": "autostart" }, |
+ { "name": "cm_modes", "type": "autostart" }, |
+ { "name": "diff", "type": "autostart" }, |
+ { "name": "shell", "type": "autostart" }, |
+ { "name": "test_runner", "type": "autostart" }, |
+ { "name": "ui_lazy" }, |
+ { "name": "quick_open" } |
+ ], |
+ "has_html": true |
} |