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

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

Issue 2837083003: DevTools: create test infrastructure so devtools drives the test (Closed)
Patch Set: rebaseline Created 3 years, 6 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/integration_test_runner.json
diff --git a/third_party/WebKit/Source/devtools/front_end/integration_test_runner.json b/third_party/WebKit/Source/devtools/front_end/integration_test_runner.json
new file mode 100644
index 0000000000000000000000000000000000000000..df1387c4e85f26539b2c2111329236957de95bf7
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/integration_test_runner.json
@@ -0,0 +1,75 @@
+{
+ "modules" : [
+ { "name": "test_runner", "type": "autostart" },
+ { "name": "integration_test_runner", "type": "autostart" },
+ { "name": "console_test_runner" },
+
+
+
+ { "name": "platform", "type": "autostart" },
+ { "name": "dom_extension", "type": "autostart" },
+ { "name": "main", "type": "autostart" },
+ { "name": "components", "type": "autostart"},
+ { "name": "ui", "type": "autostart" },
+ { "name": "sdk", "type": "autostart" },
+ { "name": "protocol", "type": "autostart" },
+ { "name": "host", "type": "autostart" },
+ { "name": "common", "type": "autostart" },
+ { "name": "emulation", "type": "autostart" },
+ { "name": "workspace", "type": "autostart" },
+ { "name": "bindings", "type": "autostart" },
+ { "name": "persistence", "type": "autostart" },
+ { "name": "extensions", "type": "autostart" },
+ { "name": "services", "type": "autostart" },
+ { "name": "elements", "condition": "!v8only" },
+ { "name": "network", "condition": "!v8only" },
+ { "name": "sources" },
+ { "name": "timeline", "condition": "!v8only" },
+ { "name": "timeline_model", "condition": "!v8only" },
+ { "name": "product_registry", "type": "autostart" },
+ { "name": "product_registry_impl", "condition": "!v8only", "type": "remote" },
+ { "name": "profiler" },
+ { "name": "resources", "condition": "!v8only" },
+ { "name": "audits", "condition": "!v8only" },
+ { "name": "audits2", "condition": "!v8only" },
+ { "name": "devices" },
+ { "name": "security", "condition": "!v8only" },
+ { "name": "console" },
+ { "name": "source_frame" },
+ { "name": "text_editor" },
+ { "name": "cm" },
+ { "name": "cm_modes", "type": "remote" },
+ { "name": "settings" },
+ { "name": "layers", "condition": "!v8only" },
+ { "name": "layer_viewer", "condition": "!v8only" },
+ { "name": "snippets" },
+ { "name": "diff" },
+ { "name": "terminal", "type": "remote" },
+ { "name": "sass", "condition": "!v8only" },
+ { "name": "accessibility", "condition": "!v8only", "type": "remote" },
+ { "name": "animation", "condition": "!v8only" },
+ { "name": "coverage" },
+ { "name": "screencast", "condition": "remoteFrontend", "type": "remote" },
+ { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" },
+ { "name": "perf_ui" },
+ { "name": "quick_open" },
+ { "name": "cookie_table" },
+ { "name": "inline_editor" },
+ { "name": "color_picker" },
+ { "name": "data_grid" },
+ { "name": "heap_snapshot_model" },
+ { "name": "event_listeners" },
+ { "name": "object_ui"},
+ { "name": "help", "type": "autostart"},
+ { "name": "workspace_diff" },
+ { "name": "console_model", "type": "autostart"},
+ { "name": "network_log", "type": "autostart"},
+ { "name": "text_utils", "type": "autostart"},
+ { "name": "changes"},
+ { "name": "mobile_throttling", "type": "autostart"},
+ { "name": "network_priorities"},
+ { "name": "formatter" }
+ ],
+
+ "has_html": true
+}

Powered by Google App Engine
This is Rietveld 408576698