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

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

Issue 2441933002: [DevTools] Refactor connection-related classes. (Closed)
Patch Set: test fixes 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 "Channels.js",
81 "ConsoleModel.js", 81 "ConsoleModel.js",
82 "ContentProviders.js", 82 "ContentProviders.js",
83 "CookieParser.js", 83 "CookieParser.js",
84 "ProfileTreeModel.js", 84 "ProfileTreeModel.js",
85 "ServerTiming.js", 85 "ServerTiming.js",
86 "CPUProfileDataModel.js", 86 "CPUProfileDataModel.js",
87 "CPUProfilerModel.js", 87 "CPUProfilerModel.js",
88 "CSSMatchedStyles.js", 88 "CSSMatchedStyles.js",
89 "CSSMedia.js", 89 "CSSMedia.js",
90 "CSSMetadata.js", 90 "CSSMetadata.js",
(...skipping 25 matching lines...) Expand all
116 "NetworkRequest.js", 116 "NetworkRequest.js",
117 "PaintProfiler.js", 117 "PaintProfiler.js",
118 "HeapProfilerModel.js", 118 "HeapProfilerModel.js",
119 "../SupportedCSSProperties.js" 119 "../SupportedCSSProperties.js"
120 ], 120 ],
121 "skip_compilation": [ 121 "skip_compilation": [
122 "../InspectorBackendCommands.js", 122 "../InspectorBackendCommands.js",
123 "../SupportedCSSProperties.js" 123 "../SupportedCSSProperties.js"
124 ] 124 ]
125 } 125 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698