Chromium Code Reviews| OLD | NEW | 
|---|---|
| 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": "main", "type": "autostart" }, | 5 { "name": "main", "type": "autostart" }, | 
| 6 { "name": "components", "type": "autostart"}, | 6 { "name": "components", "type": "autostart"}, | 
| 7 { "name": "ui", "type": "autostart" }, | 7 { "name": "ui", "type": "autostart" }, | 
| 8 { "name": "sdk", "type": "autostart" }, | 8 { "name": "sdk", "type": "autostart" }, | 
| 9 { "name": "protocol", "type": "autostart" }, | 9 { "name": "protocol", "type": "autostart" }, | 
| 10 { "name": "host", "type": "autostart" }, | 10 { "name": "host", "type": "autostart" }, | 
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 42 { "name": "animation", "condition": "!v8only" }, | 42 { "name": "animation", "condition": "!v8only" }, | 
| 43 { "name": "css_tracker", "condition": "!v8only" }, | 43 { "name": "css_tracker", "condition": "!v8only" }, | 
| 44 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, | 44 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, | 
| 45 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" }, | 45 { "name": "emulated_devices", "condition": "!v8only" , "type": "remote" }, | 
| 46 { "name": "perf_ui" }, | 46 { "name": "perf_ui" }, | 
| 47 { "name": "quick_open" }, | 47 { "name": "quick_open" }, | 
| 48 { "name": "cookie_table" }, | 48 { "name": "cookie_table" }, | 
| 49 { "name": "inline_editor" }, | 49 { "name": "inline_editor" }, | 
| 50 { "name": "color_picker" }, | 50 { "name": "color_picker" }, | 
| 51 { "name": "data_grid" }, | 51 { "name": "data_grid" }, | 
| 52 { "name": "heap_snapshot_model" } | 52 { "name": "heap_snapshot_model" }, | 
| 53 { "name": "network_conditions", "type": "autostart"} | |
| 
 
dgozman
2017/02/02 04:04:04
Should we call it network_ui, similar to dom_ui we
 
 | |
| 53 ], | 54 ], | 
| 54 | 55 | 
| 55 "has_html": true | 56 "has_html": true | 
| 56 } | 57 } | 
| OLD | NEW |