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

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

Issue 2758673002: [DevTools] Extract NetworkLog and HAREntry to a separate network_log module (Closed)
Patch Set: rebased Created 3 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 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@Common.AppProvider", 4 "type": "@Common.AppProvider",
5 "className": "Main.SimpleAppProvider", 5 "className": "Main.SimpleAppProvider",
6 "order": 10 6 "order": 10
7 }, 7 },
8 { 8 {
9 "type": "@UI.ContextMenu.Provider", 9 "type": "@UI.ContextMenu.Provider",
10 "contextTypes": [ 10 "contextTypes": [
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "title": "Add to homescreen" 430 "title": "Add to homescreen"
431 } 431 }
432 ], 432 ],
433 "dependencies": [ 433 "dependencies": [
434 "extensions", 434 "extensions",
435 "host", 435 "host",
436 "platform", 436 "platform",
437 "sdk", 437 "sdk",
438 "persistence", 438 "persistence",
439 "help", 439 "help",
440 "console_model" 440 "console_model",
441 "network_log"
441 ], 442 ],
442 "scripts": [ 443 "scripts": [
443 "RenderingOptions.js", 444 "RenderingOptions.js",
444 "SimpleApp.js", 445 "SimpleApp.js",
445 "OverlayController.js", 446 "OverlayController.js",
446 "GCActionDelegate.js", 447 "GCActionDelegate.js",
447 "RequestAppBannerActionDelegate.js", 448 "RequestAppBannerActionDelegate.js",
448 "ExecutionContextSelector.js", 449 "ExecutionContextSelector.js",
449 "Main.js" 450 "Main.js"
450 ], 451 ],
451 "resources": [ 452 "resources": [
452 "errorWarningCounter.css", 453 "errorWarningCounter.css",
453 "remoteDebuggingTerminatedScreen.css", 454 "remoteDebuggingTerminatedScreen.css",
454 "renderingOptions.css", 455 "renderingOptions.css",
455 "targetCrashedScreen.css" 456 "targetCrashedScreen.css"
456 ] 457 ]
457 } 458 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698