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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/unit_test_runner.json

Issue 2869233002: [Devtools] Added product registry domain pattern test
Patch Set: rebase Created 3 years, 7 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/product_registry_impl/module.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "modules" : [ 2 "modules" : [
3 { "name": "platform", "type": "autostart" }, 3 { "name": "platform", "type": "autostart" },
4 { "name": "dom_extension", "type": "autostart" }, 4 { "name": "dom_extension", "type": "autostart" },
5 { "name": "ui", "type": "autostart" }, 5 { "name": "ui", "type": "autostart" },
6 { "name": "host", "type": "autostart" }, 6 { "name": "host", "type": "autostart" },
7 { "name": "text_utils", "type": "autostart" }, 7 { "name": "text_utils", "type": "autostart" },
8 { "name": "common", "type": "autostart" }, 8 { "name": "common", "type": "autostart" },
9 { "name": "workspace", "type": "autostart" }, 9 { "name": "workspace", "type": "autostart" },
10 { "name": "text_editor", "type": "autostart" }, 10 { "name": "text_editor", "type": "autostart" },
11 { "name": "cm", "type": "autostart" }, 11 { "name": "cm", "type": "autostart" },
12 { "name": "cm_modes", "type": "autostart" }, 12 { "name": "cm_modes", "type": "autostart" },
13 { "name": "diff", "type": "autostart" }, 13 { "name": "diff", "type": "autostart" },
14 { "name": "shell", "type": "autostart" }, 14 { "name": "shell", "type": "autostart" },
15 { "name": "test_runner", "type": "autostart" }, 15 { "name": "test_runner", "type": "autostart" },
16 { "name": "quick_open" }, 16 { "name": "quick_open" },
17 { "name": "inline_editor" }, 17 { "name": "inline_editor" },
18 { "name": "data_grid" } 18 { "name": "data_grid" },
19 { "name": "product_registry" },
20 { "name": "product_registry_impl" }
19 ], 21 ],
20 "has_html": true 22 "has_html": true
21 } 23 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/product_registry_impl/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698