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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
731 "internal": true, | 737 "internal": true, |
732 "channel": "stable", | 738 "channel": "stable", |
733 "dependencies": ["permission:webview"], | 739 "dependencies": ["permission:webview"], |
734 "contexts": ["blessed_extension"] | 740 "contexts": ["blessed_extension"] |
735 }, | 741 }, |
736 "windows": { | 742 "windows": { |
737 "dependencies": ["api:tabs"], | 743 "dependencies": ["api:tabs"], |
738 "contexts": ["blessed_extension"] | 744 "contexts": ["blessed_extension"] |
739 } | 745 } |
740 } | 746 } |
OLD | NEW |