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

Side by Side Diff: Source/devtools/scripts/frontend_modules.json

Issue 373743003: DevTools: Add support for adding source map to a script from the DevTools window. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/sources/SourcesPanel.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "common/modules.js", 6 "common/modules.js",
7 "common/Color.js", 7 "common/Color.js",
8 "common/Geometry.js", 8 "common/Geometry.js",
9 "common/Console.js", 9 "common/Console.js",
10 "common/ModuleManager.js", 10 "common/ModuleManager.js",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "name": "devices", 257 "name": "devices",
258 "dependencies": ["sdk", "ui"], 258 "dependencies": ["sdk", "ui"],
259 "sources": [ 259 "sources": [
260 "devices/DevicesView.js" 260 "devices/DevicesView.js"
261 ] 261 ]
262 }, 262 },
263 { 263 {
264 "name": "sources", 264 "name": "sources",
265 "dependencies": ["components", "source_frame"], 265 "dependencies": ["components", "source_frame"],
266 "sources": [ 266 "sources": [
267 "sources/AddSourceMapURLDialog.js",
267 "sources/AdvancedSearchView.js", 268 "sources/AdvancedSearchView.js",
268 "sources/BreakpointsSidebarPane.js", 269 "sources/BreakpointsSidebarPane.js",
269 "sources/CSSSourceFrame.js", 270 "sources/CSSSourceFrame.js",
270 "sources/CallStackSidebarPane.js", 271 "sources/CallStackSidebarPane.js",
271 "sources/EditingLocationHistoryManager.js", 272 "sources/EditingLocationHistoryManager.js",
272 "sources/FileBasedSearchResultsPane.js", 273 "sources/FileBasedSearchResultsPane.js",
273 "sources/FilePathScoreFunction.js", 274 "sources/FilePathScoreFunction.js",
274 "sources/FilteredItemSelectionDialog.js", 275 "sources/FilteredItemSelectionDialog.js",
275 "sources/JavaScriptSourceFrame.js", 276 "sources/JavaScriptSourceFrame.js",
276 "sources/NavigatorView.js", 277 "sources/NavigatorView.js",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 "settings", 492 "settings",
492 "tests", 493 "tests",
493 "profiler", 494 "profiler",
494 "host", 495 "host",
495 "screencast", 496 "screencast",
496 "main" 497 "main"
497 ], 498 ],
498 "sources": [] 499 "sources": []
499 } 500 }
500 ] 501 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sources/SourcesPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698