| 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 "platforms": ["chromeos"], | 303 "platforms": ["chromeos"], |
| 304 "dependencies": ["permission:fileBrowserHandler"], | 304 "dependencies": ["permission:fileBrowserHandler"], |
| 305 "contexts": ["blessed_extension"] | 305 "contexts": ["blessed_extension"] |
| 306 }, | 306 }, |
| 307 "fileBrowserHandlerInternal": { | 307 "fileBrowserHandlerInternal": { |
| 308 "internal": true, | 308 "internal": true, |
| 309 "platforms": ["chromeos"], | 309 "platforms": ["chromeos"], |
| 310 "channel": "stable", | 310 "channel": "stable", |
| 311 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] | 311 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| 312 }, | 312 }, |
| 313 "screenlockPrivate": { |
| 314 "platforms": ["chromeos"], |
| 315 "dependencies": ["permission:screenlockPrivate"], |
| 316 "extension_types": ["platform_app"], |
| 317 "contexts": ["blessed_extension", "unblessed_extension"] |
| 318 }, |
| 313 "fileBrowserPrivate": { | 319 "fileBrowserPrivate": { |
| 314 "platforms": ["chromeos"], | 320 "platforms": ["chromeos"], |
| 315 "dependencies": ["permission:fileBrowserPrivate"], | 321 "dependencies": ["permission:fileBrowserPrivate"], |
| 316 "contexts": ["blessed_extension"] | 322 "contexts": ["blessed_extension"] |
| 317 }, | 323 }, |
| 318 "fileSystem": { | 324 "fileSystem": { |
| 319 "dependencies": ["permission:fileSystem"], | 325 "dependencies": ["permission:fileSystem"], |
| 320 "contexts": ["blessed_extension"] | 326 "contexts": ["blessed_extension"] |
| 321 }, | 327 }, |
| 322 "fileSystemProvider": { | 328 "fileSystemProvider": { |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 "internal": true, | 732 "internal": true, |
| 727 "channel": "stable", | 733 "channel": "stable", |
| 728 "dependencies": ["permission:webview"], | 734 "dependencies": ["permission:webview"], |
| 729 "contexts": ["blessed_extension"] | 735 "contexts": ["blessed_extension"] |
| 730 }, | 736 }, |
| 731 "windows": { | 737 "windows": { |
| 732 "dependencies": ["api:tabs"], | 738 "dependencies": ["api:tabs"], |
| 733 "contexts": ["blessed_extension"] | 739 "contexts": ["blessed_extension"] |
| 734 } | 740 } |
| 735 } | 741 } |
| OLD | NEW |