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

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

Issue 2938503002: DevTools: unify Network & CPU throttling (Closed)
Patch Set: fmt Created 3 years, 6 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 "protocol" 6 "protocol"
7 ], 7 ],
8 "extensions": [ 8 "extensions": [
9 { 9 {
10 "type": "setting", 10 "type": "setting",
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 "RuntimeModel.js", 262 "RuntimeModel.js",
263 "ScreenCaptureModel.js", 263 "ScreenCaptureModel.js",
264 "Script.js", 264 "Script.js",
265 "ServiceWorkerCacheModel.js", 265 "ServiceWorkerCacheModel.js",
266 "RemoteObject.js", 266 "RemoteObject.js",
267 "Resource.js", 267 "Resource.js",
268 "ResourceTreeModel.js", 268 "ResourceTreeModel.js",
269 "SecurityOriginManager.js", 269 "SecurityOriginManager.js",
270 "SourceMap.js", 270 "SourceMap.js",
271 "SourceMapManager.js", 271 "SourceMapManager.js",
272 "MobileThrottling.js",
272 "NetworkManager.js", 273 "NetworkManager.js",
273 "NetworkRequest.js", 274 "NetworkRequest.js",
274 "PaintProfiler.js", 275 "PaintProfiler.js",
275 "HeapProfilerModel.js", 276 "HeapProfilerModel.js",
276 "../SupportedCSSProperties.js", 277 "../SupportedCSSProperties.js",
277 "FilmStripModel.js" 278 "FilmStripModel.js"
278 ], 279 ],
279 "skip_compilation": [ 280 "skip_compilation": [
280 "../SupportedCSSProperties.js" 281 "../SupportedCSSProperties.js"
281 ] 282 ]
282 } 283 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698