| Index: third_party/WebKit/Source/devtools/front_end/resources/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/module.json b/third_party/WebKit/Source/devtools/front_end/resources/module.json
|
| index ecd13d541dd0aff51bcd2f970d330c06dc634090..82b2209f1d4b739e66b0d96bd4cd863fb4c94b99 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/module.json
|
| @@ -15,6 +15,7 @@
|
| ],
|
| "dependencies": ["source_frame", "ui_lazy", "components_lazy"],
|
| "scripts": [
|
| + "AppManifestView.js",
|
| "ApplicationCacheItemsView.js",
|
| "CookieItemsView.js",
|
| "DatabaseModel.js",
|
| @@ -29,6 +30,7 @@
|
| "ServiceWorkersView.js"
|
| ],
|
| "resources": [
|
| + "appManifestView.css",
|
| "indexedDBViews.css",
|
| "resourcesPanel.css",
|
| "resourcesSidebar.css",
|
|
|