| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
| 6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
| 7 | 7 |
| 8 { | 8 { |
| 9 "activityLogPrivate": { | 9 "activityLogPrivate": { |
| 10 "dependencies": ["permission:activityLogPrivate"], | 10 "dependencies": ["permission:activityLogPrivate"], |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 "contexts": ["blessed_extension"] | 178 "contexts": ["blessed_extension"] |
| 179 }, | 179 }, |
| 180 "experimental.identity": { | 180 "experimental.identity": { |
| 181 "dependencies": ["permission:experimental"], | 181 "dependencies": ["permission:experimental"], |
| 182 "contexts": ["blessed_extension"] | 182 "contexts": ["blessed_extension"] |
| 183 }, | 183 }, |
| 184 "experimental.idltest": { | 184 "experimental.idltest": { |
| 185 "dependencies": ["permission:experimental"], | 185 "dependencies": ["permission:experimental"], |
| 186 "contexts": ["blessed_extension"] | 186 "contexts": ["blessed_extension"] |
| 187 }, | 187 }, |
| 188 "experimental.infobars": { | |
| 189 "dependencies": ["permission:experimental"], | |
| 190 "contexts": ["blessed_extension"] | |
| 191 }, | |
| 192 "experimental.input.virtualKeyboard": { | 188 "experimental.input.virtualKeyboard": { |
| 193 "dependencies": ["permission:experimental"], | 189 "dependencies": ["permission:experimental"], |
| 194 "contexts": ["blessed_extension"] | 190 "contexts": ["blessed_extension"] |
| 195 }, | 191 }, |
| 196 "experimental.processes": { | 192 "experimental.processes": { |
| 197 "dependencies": ["permission:experimental"], | 193 "dependencies": ["permission:experimental"], |
| 198 "contexts": ["blessed_extension"] | 194 "contexts": ["blessed_extension"] |
| 199 }, | 195 }, |
| 200 "experimental.mediaGalleries": { | 196 "experimental.mediaGalleries": { |
| 201 "dependencies": ["permission:experimental"], | 197 "dependencies": ["permission:experimental"], |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 "contexts": ["blessed_extension"] | 275 "contexts": ["blessed_extension"] |
| 280 }, | 276 }, |
| 281 "identityPrivate": { | 277 "identityPrivate": { |
| 282 "dependencies": ["permission:identityPrivate"], | 278 "dependencies": ["permission:identityPrivate"], |
| 283 "contexts": ["blessed_extension"] | 279 "contexts": ["blessed_extension"] |
| 284 }, | 280 }, |
| 285 "idle": { | 281 "idle": { |
| 286 "dependencies": ["permission:idle"], | 282 "dependencies": ["permission:idle"], |
| 287 "contexts": ["blessed_extension"] | 283 "contexts": ["blessed_extension"] |
| 288 }, | 284 }, |
| 285 "infobars": { |
| 286 "dependencies": ["permission:infobars"], |
| 287 "contexts": ["blessed_extension"] |
| 288 }, |
| 289 "input.ime": { | 289 "input.ime": { |
| 290 "platform": "chromeos", | 290 "platform": "chromeos", |
| 291 "dependencies": ["permission:input"], | 291 "dependencies": ["permission:input"], |
| 292 "contexts": ["blessed_extension"] | 292 "contexts": ["blessed_extension"] |
| 293 }, | 293 }, |
| 294 "inputMethodPrivate": { | 294 "inputMethodPrivate": { |
| 295 "platform": "chromeos", | 295 "platform": "chromeos", |
| 296 "dependencies": ["permission:inputMethodPrivate"], | 296 "dependencies": ["permission:inputMethodPrivate"], |
| 297 "contexts": ["blessed_extension"] | 297 "contexts": ["blessed_extension"] |
| 298 }, | 298 }, |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 }, | 555 }, |
| 556 "webview": { | 556 "webview": { |
| 557 "dependencies": ["permission:webview"], | 557 "dependencies": ["permission:webview"], |
| 558 "contexts": ["blessed_extension"] | 558 "contexts": ["blessed_extension"] |
| 559 }, | 559 }, |
| 560 "windows": { | 560 "windows": { |
| 561 "dependencies": ["permission:tabs"], | 561 "dependencies": ["permission:tabs"], |
| 562 "contexts": ["blessed_extension"] | 562 "contexts": ["blessed_extension"] |
| 563 } | 563 } |
| 564 } | 564 } |
| OLD | NEW |