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

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

Issue 2819183002: [DevTools] Consolidate overlay-related functionality in Overlay domain (Closed)
Patch Set: rebased bad merge Created 3 years, 8 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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 "platform", 443 "platform",
444 "sdk", 444 "sdk",
445 "persistence", 445 "persistence",
446 "help", 446 "help",
447 "console_model", 447 "console_model",
448 "network_log" 448 "network_log"
449 ], 449 ],
450 "scripts": [ 450 "scripts": [
451 "RenderingOptions.js", 451 "RenderingOptions.js",
452 "SimpleApp.js", 452 "SimpleApp.js",
453 "OverlayController.js",
454 "GCActionDelegate.js", 453 "GCActionDelegate.js",
455 "RequestAppBannerActionDelegate.js", 454 "RequestAppBannerActionDelegate.js",
456 "ExecutionContextSelector.js", 455 "ExecutionContextSelector.js",
457 "Main.js" 456 "Main.js"
458 ], 457 ],
459 "resources": [ 458 "resources": [
460 "errorWarningCounter.css", 459 "errorWarningCounter.css",
461 "remoteDebuggingTerminatedScreen.css", 460 "remoteDebuggingTerminatedScreen.css",
462 "renderingOptions.css", 461 "renderingOptions.css",
463 "targetCrashedScreen.css" 462 "targetCrashedScreen.css"
464 ] 463 ]
465 } 464 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698