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

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

Issue 185463010: DevTools: Introduce Target class which holds connection & models (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@gr-RuntimeAgent
Patch Set: Created 6 years, 9 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "modules.js", 6 "modules.js",
7 "Color.js", 7 "Color.js",
8 "DOMExtension.js", 8 "DOMExtension.js",
9 "Geometry.js", 9 "Geometry.js",
10 "ModuleManager.js", 10 "ModuleManager.js",
11 "Object.js", 11 "Object.js",
12 "ParsedURL.js", 12 "ParsedURL.js",
13 "Platform.js", 13 "Platform.js",
14 "Progress.js", 14 "Progress.js",
15 "Settings.js", 15 "Settings.js",
16 "TextRange.js", 16 "TextRange.js",
17 "UIString.js", 17 "UIString.js",
18 "UserMetrics.js", 18 "UserMetrics.js",
19 "utilities.js" 19 "utilities.js"
20 ] 20 ]
21 }, 21 },
22 { 22 {
23 "name": "sdk", 23 "name": "sdk",
24 "dependencies": ["common"], 24 "dependencies": ["common"],
25 "sources": [ 25 "sources": [
26 "Target.js",
26 "ApplicationCacheModel.js", 27 "ApplicationCacheModel.js",
27 "CompilerScriptMapping.js", 28 "CompilerScriptMapping.js",
28 "ConsoleModel.js", 29 "ConsoleModel.js",
29 "ContentProvider.js", 30 "ContentProvider.js",
30 "ContentProviderBasedProjectDelegate.js", 31 "ContentProviderBasedProjectDelegate.js",
31 "ContentProviders.js", 32 "ContentProviders.js",
32 "CookieParser.js", 33 "CookieParser.js",
33 "CPUProfilerModel.js", 34 "CPUProfilerModel.js",
34 "CSSMetadata.js", 35 "CSSMetadata.js",
35 "CSSParser.js", 36 "CSSParser.js",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "extensions", 446 "extensions",
446 "settings", 447 "settings",
447 "tests", 448 "tests",
448 "profiler", 449 "profiler",
449 "host_stub", 450 "host_stub",
450 "screencast" 451 "screencast"
451 ], 452 ],
452 "sources": [] 453 "sources": []
453 } 454 }
454 ] 455 ]
OLDNEW
« Source/devtools/front_end/inspector.js ('K') | « Source/devtools/front_end/inspector.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698