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

Unified Diff: Source/devtools/front_end/resources/module.json

Issue 458753003: Revert of DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/resources/module.json
diff --git a/Source/devtools/front_end/resources/module.json b/Source/devtools/front_end/resources/module.json
index 6bb5d51e02d55a9c085479286fc97a8c7a8aafe1..442e2e1ae80d94e5cccce1af1fd3b4450eb4d26d 100644
--- a/Source/devtools/front_end/resources/module.json
+++ b/Source/devtools/front_end/resources/module.json
@@ -13,17 +13,6 @@
"className": "WebInspector.ResourcesPanel.ResourceRevealer"
}
],
- "dependencies": ["source_frame"],
- "scripts": [
- "ApplicationCacheItemsView.js",
- "CookieItemsView.js",
- "DOMStorageItemsView.js",
- "DatabaseQueryView.js",
- "DatabaseTableView.js",
- "DirectoryContentView.js",
- "IndexedDBViews.js",
- "FileContentView.js",
- "FileSystemView.js",
- "ResourcesPanel.js"
- ]
+ "dependencies": [ "source_frame" ],
+ "scripts": [ "ResourcesPanel.js" ]
}

Powered by Google App Engine
This is Rietveld 408576698