Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/inspector.json |
| diff --git a/third_party/WebKit/Source/devtools/front_end/inspector.json b/third_party/WebKit/Source/devtools/front_end/inspector.json |
| index b800cf3ffd0539f41468be568b92b753a0c5ba12..2911f0c22055ee7410271fafd49f02dafef16a1d 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/inspector.json |
| +++ b/third_party/WebKit/Source/devtools/front_end/inspector.json |
| @@ -8,6 +8,7 @@ |
| { "name": "common", "type": "autostart" }, |
| { "name": "emulation", "type": "autostart" }, |
| { "name": "workspace", "type": "autostart" }, |
| + { "name": "es_tree", "type": "autostart" }, |
|
dgozman
2016/02/22 17:24:56
Can we make it on-demand? I'd like to avoid loadin
sergeyv
2016/02/22 21:42:54
Done. Moved SourceMapNamesResolver.js to sources,
|
| { "name": "bindings", "type": "autostart" }, |
| { "name": "extensions", "type": "autostart" }, |
| { "name": "ui_lazy" }, |