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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/sdk/module.json

Issue 2421913003: DevTools: allow reattaching main target live. (Closed)
Patch Set: link fixed Created 4 years, 2 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 "dependencies": [ 2 "dependencies": [
3 "common", 3 "common",
4 "host", 4 "host",
5 "platform" 5 "platform"
6 ], 6 ],
7 "extensions": [ 7 "extensions": [
8 { 8 {
9 "type": "setting", 9 "type": "setting",
10 "settingName": "blockedURLs", 10 "settingName": "blockedURLs",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "defaultValue": false 70 "defaultValue": false
71 } 71 }
72 ], 72 ],
73 "scripts": [ 73 "scripts": [
74 "InspectorBackend.js", 74 "InspectorBackend.js",
75 "../InspectorBackendCommands.js", 75 "../InspectorBackendCommands.js",
76 "InspectorBackendHostedMode.js", 76 "InspectorBackendHostedMode.js",
77 "Target.js", 77 "Target.js",
78 "TargetManager.js", 78 "TargetManager.js",
79 "ApplicationCacheModel.js", 79 "ApplicationCacheModel.js",
80 "Connections.js",
80 "ConsoleModel.js", 81 "ConsoleModel.js",
81 "ContentProviders.js", 82 "ContentProviders.js",
82 "CookieParser.js", 83 "CookieParser.js",
83 "ProfileTreeModel.js", 84 "ProfileTreeModel.js",
84 "ServerTiming.js", 85 "ServerTiming.js",
85 "CPUProfileDataModel.js", 86 "CPUProfileDataModel.js",
86 "CPUProfilerModel.js", 87 "CPUProfilerModel.js",
87 "CSSMatchedStyles.js", 88 "CSSMatchedStyles.js",
88 "CSSMedia.js", 89 "CSSMedia.js",
89 "CSSMetadata.js", 90 "CSSMetadata.js",
(...skipping 25 matching lines...) Expand all
115 "NetworkRequest.js", 116 "NetworkRequest.js",
116 "PaintProfiler.js", 117 "PaintProfiler.js",
117 "HeapProfilerModel.js", 118 "HeapProfilerModel.js",
118 "../SupportedCSSProperties.js" 119 "../SupportedCSSProperties.js"
119 ], 120 ],
120 "skip_compilation": [ 121 "skip_compilation": [
121 "../InspectorBackendCommands.js", 122 "../InspectorBackendCommands.js",
122 "../SupportedCSSProperties.js" 123 "../SupportedCSSProperties.js"
123 ] 124 ]
124 } 125 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698