Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@UI.ActionDelegate", | 4 "type": "@UI.ActionDelegate", |
| 5 "category": "Settings", | 5 "category": "Settings", |
| 6 "actionId": "settings.show", | 6 "actionId": "settings.show", |
| 7 "title": "Settings", | 7 "title": "Settings", |
| 8 "className": "Settings.SettingsScreen.ActionDelegate", | 8 "className": "Settings.SettingsScreen.ActionDelegate", |
| 9 "bindings": [ | 9 "bindings": [ |
| 10 { | 10 { |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 82 "order": "3", | 82 "order": "3", |
| 83 "className": "Settings.FrameworkBlackboxSettingsTab" | 83 "className": "Settings.FrameworkBlackboxSettingsTab" |
| 84 }, | 84 }, |
| 85 { | 85 { |
| 86 "type": "@UI.ViewLocationResolver", | 86 "type": "@UI.ViewLocationResolver", |
| 87 "name": "settings-view", | 87 "name": "settings-view", |
| 88 "className": "Settings.SettingsScreen" | 88 "className": "Settings.SettingsScreen" |
| 89 } | 89 } |
| 90 ], | 90 ], |
| 91 "dependencies": [ | 91 "dependencies": [ |
| 92 "components" | 92 "components", |
| 93 "main" | |
|
pfeldman
2017/01/09 19:29:48
Nothing depends on main!
chenwilliam
2017/01/09 22:49:15
Sorry!
| |
| 93 ], | 94 ], |
| 94 "scripts": [ | 95 "scripts": [ |
| 95 "EditFileSystemView.js", | 96 "EditFileSystemView.js", |
| 96 "SettingsScreen.js", | 97 "SettingsScreen.js", |
| 97 "FrameworkBlackboxSettingsTab.js" | 98 "FrameworkBlackboxSettingsTab.js" |
| 98 ], | 99 ], |
| 99 "resources": [ | 100 "resources": [ |
| 100 "editFileSystemView.css", | 101 "editFileSystemView.css", |
| 101 "frameworkBlackboxSettingsTab.css", | 102 "frameworkBlackboxSettingsTab.css", |
| 102 "settingsScreen.css" | 103 "settingsScreen.css" |
| 103 ] | 104 ] |
| 104 } | 105 } |
| OLD | NEW |