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

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

Issue 2431223003: [DevTools]: Require explicit connection (Closed)
Patch Set: Fixed Node.JS connection title Created 4 years, 1 month 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "ServiceWorkerCacheModel.js", 109 "ServiceWorkerCacheModel.js",
110 "RemoteObject.js", 110 "RemoteObject.js",
111 "Resource.js", 111 "Resource.js",
112 "ResourceTreeModel.js", 112 "ResourceTreeModel.js",
113 "SecurityOriginManager.js", 113 "SecurityOriginManager.js",
114 "SourceMap.js", 114 "SourceMap.js",
115 "NetworkManager.js", 115 "NetworkManager.js",
116 "NetworkRequest.js", 116 "NetworkRequest.js",
117 "PaintProfiler.js", 117 "PaintProfiler.js",
118 "HeapProfilerModel.js", 118 "HeapProfilerModel.js",
119 "TargetConnectionManager.js",
119 "../SupportedCSSProperties.js" 120 "../SupportedCSSProperties.js"
120 ], 121 ],
121 "skip_compilation": [ 122 "skip_compilation": [
122 "../InspectorBackendCommands.js", 123 "../InspectorBackendCommands.js",
123 "../SupportedCSSProperties.js" 124 "../SupportedCSSProperties.js"
124 ] 125 ]
125 } 126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698