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

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

Issue 451713002: DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and involve worker modules 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 442e2e1ae80d94e5cccce1af1fd3b4450eb4d26d..6d3d5e8cd69899d48feda3ad1c6a789725d0092b 100644
--- a/Source/devtools/front_end/resources/module.json
+++ b/Source/devtools/front_end/resources/module.json
@@ -14,5 +14,16 @@
}
],
"dependencies": [ "source_frame" ],
- "scripts": [ "ResourcesPanel.js" ]
+ "scripts": [
+ "ApplicationCacheItemsView.js",
+ "CookieItemsView.js",
+ "DOMStorageItemsView.js",
+ "DatabaseQueryView.js",
+ "DatabaseTableView.js",
+ "DirectoryContentView.js",
+ "IndexedDBViews.js",
+ "FileContentView.js",
+ "FileSystemView.js",
+ "ResourcesPanel.js"
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698