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

Unified Diff: Source/devtools/front_end/sources/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/sources/module.json
diff --git a/Source/devtools/front_end/sources/module.json b/Source/devtools/front_end/sources/module.json
index 400fca08d80868a8cb9aac9f29421e40a67668e1..49a6c8219920f048a2af8267b5c22b541be36428 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -178,35 +178,6 @@
"settingType": "checkbox"
}
],
- "dependencies": ["source_frame"],
- "scripts": [
- "jsdifflib.js",
- "Placard.js",
- "AddSourceMapURLDialog.js",
- "BreakpointsSidebarPane.js",
- "CallStackSidebarPane.js",
- "SimpleHistoryManager.js",
- "EditingLocationHistoryManager.js",
- "FilePathScoreFunction.js",
- "FilteredItemSelectionDialog.js",
- "UISourceCodeFrame.js",
- "JavaScriptSourceFrame.js",
- "CSSSourceFrame.js",
- "NavigatorView.js",
- "RevisionHistoryView.js",
- "ScopeChainSidebarPane.js",
- "SourcesNavigator.js",
- "StyleSheetOutlineDialog.js",
- "TabbedEditorContainer.js",
- "WatchExpressionsSidebarPane.js",
- "WorkersSidebarPane.js",
- "ScriptFormatterEditorAction.js",
- "InplaceFormatterEditorAction.js",
- "ScriptFormatter.js",
- "SourcesView.js",
- "AdvancedSearchView.js",
- "FileBasedSearchResultsPane.js",
- "SourcesSearchScope.js",
- "SourcesPanel.js"
- ]
+ "dependencies": [ "source_frame" ],
+ "scripts": [ "SourcesPanel.js" ]
}
« no previous file with comments | « Source/devtools/front_end/sources/_module.js ('k') | Source/devtools/front_end/temp_storage_shared_worker/_module.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698