| Index: Source/devtools/front_end/network/module.json
|
| diff --git a/Source/devtools/front_end/network/module.json b/Source/devtools/front_end/network/module.json
|
| index 2a90d03a4970273b4860797a7b1f4f57846051b2..ee22d3a6c2db03f79228da3f679dea7699b82371 100644
|
| --- a/Source/devtools/front_end/network/module.json
|
| +++ b/Source/devtools/front_end/network/module.json
|
| @@ -59,6 +59,7 @@
|
| "ui_lazy"
|
| ],
|
| "scripts": [
|
| + "BlockedURLsPane.js",
|
| "EventSourceMessagesView.js",
|
| "FilterSuggestionBuilder.js",
|
| "HARWriter.js",
|
| @@ -80,6 +81,7 @@
|
| "XMLView.js"
|
| ],
|
| "resources": [
|
| + "blockedURLsPane.css",
|
| "eventSourceMessagesView.css",
|
| "networkLogView.css",
|
| "networkPanel.css",
|
|
|