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

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: 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
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/CompletionDictionary.js", 8 "common/CompletionDictionary.js",
9 "common/DOMExtension.js", 9 "common/DOMExtension.js",
10 "common/Geometry.js", 10 "common/Geometry.js",
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "name": "devices", 268 "name": "devices",
269 "dependencies": ["sdk", "ui"], 269 "dependencies": ["sdk", "ui"],
270 "sources": [ 270 "sources": [
271 "devices/DevicesView.js" 271 "devices/DevicesView.js"
272 ] 272 ]
273 }, 273 },
274 { 274 {
275 "name": "sources", 275 "name": "sources",
276 "dependencies": ["components", "source_frame"], 276 "dependencies": ["components", "source_frame"],
277 "sources": [ 277 "sources": [
278 "sources/AddSourceMapURLDialog.js",
278 "sources/BreakpointsSidebarPane.js", 279 "sources/BreakpointsSidebarPane.js",
279 "sources/CSSSourceFrame.js", 280 "sources/CSSSourceFrame.js",
280 "sources/CallStackSidebarPane.js", 281 "sources/CallStackSidebarPane.js",
281 "sources/EditingLocationHistoryManager.js", 282 "sources/EditingLocationHistoryManager.js",
282 "sources/FilePathScoreFunction.js", 283 "sources/FilePathScoreFunction.js",
283 "sources/FilteredItemSelectionDialog.js", 284 "sources/FilteredItemSelectionDialog.js",
284 "sources/JavaScriptSourceFrame.js", 285 "sources/JavaScriptSourceFrame.js",
285 "sources/NavigatorView.js", 286 "sources/NavigatorView.js",
286 "sources/Placard.js", 287 "sources/Placard.js",
287 "sources/RevisionHistoryView.js", 288 "sources/RevisionHistoryView.js",
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "settings", 499 "settings",
499 "tests", 500 "tests",
500 "profiler", 501 "profiler",
501 "host_stub", 502 "host_stub",
502 "screencast", 503 "screencast",
503 "main" 504 "main"
504 ], 505 ],
505 "sources": [] 506 "sources": []
506 } 507 }
507 ] 508 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698