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

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

Issue 2649023007: DevTools: implement release note behind an experiment (Closed)
Patch Set: make test platform independent Created 3 years, 10 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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 "actionId": "components.request-app-banner", 420 "actionId": "components.request-app-banner",
421 "className": "Main.RequestAppBannerActionDelegate", 421 "className": "Main.RequestAppBannerActionDelegate",
422 "title": "Add to homescreen" 422 "title": "Add to homescreen"
423 } 423 }
424 ], 424 ],
425 "dependencies": [ 425 "dependencies": [
426 "extensions", 426 "extensions",
427 "host", 427 "host",
428 "platform", 428 "platform",
429 "sdk", 429 "sdk",
430 "persistence" 430 "persistence",
431 "help"
431 ], 432 ],
432 "scripts": [ 433 "scripts": [
433 "RenderingOptions.js", 434 "RenderingOptions.js",
434 "SimpleApp.js", 435 "SimpleApp.js",
435 "OverlayController.js", 436 "OverlayController.js",
436 "GCActionDelegate.js", 437 "GCActionDelegate.js",
437 "RequestAppBannerActionDelegate.js", 438 "RequestAppBannerActionDelegate.js",
438 "ExecutionContextSelector.js", 439 "ExecutionContextSelector.js",
439 "Main.js" 440 "Main.js"
440 ], 441 ],
441 "resources": [ 442 "resources": [
442 "errorWarningCounter.css", 443 "errorWarningCounter.css",
443 "remoteDebuggingTerminatedScreen.css", 444 "remoteDebuggingTerminatedScreen.css",
444 "renderingOptions.css", 445 "renderingOptions.css",
445 "targetCrashedScreen.css" 446 "targetCrashedScreen.css"
446 ] 447 ]
447 } 448 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698