Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: third_party/WebKit/Source/devtools/front_end/unit_test_runner.json

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: fixes Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7356125d63058ea6f6cff32a80a6a313bd1bd2b9..ea01c69e33d8e25aaec9bf28c33368e3a3c3eee4 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,18 +1,20 @@
{
- "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_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": "source_frame", "type": "autostart" },
+ { "name": "text_editor", "type": "autostart" },
+ { "name": "cm_modes", "type": "autostart" },
+ { "name": "diff", "type": "autostart" },
+ { "name": "shell", "type": "autostart" },
+ { "name": "test_runner", "type": "autostart" },
+ { "name": "inline_editor" },
+ { "name": "quick_open" },
+ { "name": "data_grid" }
+ ],
+
+ "has_html": true
}

Powered by Google App Engine
This is Rietveld 408576698