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

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

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline Created 3 years, 11 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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 "platform", 428 "platform",
429 "sdk", 429 "sdk",
430 "persistence" 430 "persistence"
431 ], 431 ],
432 "scripts": [ 432 "scripts": [
433 "RenderingOptions.js", 433 "RenderingOptions.js",
434 "SimpleApp.js", 434 "SimpleApp.js",
435 "OverlayController.js", 435 "OverlayController.js",
436 "Main.js", 436 "Main.js",
437 "GCActionDelegate.js", 437 "GCActionDelegate.js",
438 "RequestAppBannerActionDelegate.js" 438 "RequestAppBannerActionDelegate.js",
439 "ExecutionContextSelector.js"
439 ], 440 ],
440 "resources": [ 441 "resources": [
441 "errorWarningCounter.css", 442 "errorWarningCounter.css",
442 "remoteDebuggingTerminatedScreen.css", 443 "remoteDebuggingTerminatedScreen.css",
443 "renderingOptions.css", 444 "renderingOptions.css",
444 "targetCrashedScreen.css" 445 "targetCrashedScreen.css"
445 ] 446 ]
446 } 447 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698