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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 "platforms": ["chromeos"], | 287 "platforms": ["chromeos"], |
288 "dependencies": ["permission:fileBrowserHandler"], | 288 "dependencies": ["permission:fileBrowserHandler"], |
289 "contexts": ["blessed_extension"] | 289 "contexts": ["blessed_extension"] |
290 }, | 290 }, |
291 "fileBrowserHandlerInternal": { | 291 "fileBrowserHandlerInternal": { |
292 "internal": true, | 292 "internal": true, |
293 "platforms": ["chromeos"], | 293 "platforms": ["chromeos"], |
294 "channel": "stable", | 294 "channel": "stable", |
295 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] | 295 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
296 }, | 296 }, |
| 297 "screenlockPrivate": { |
| 298 "platforms": ["chromeos"], |
| 299 "dependencies": ["permission:screenlockPrivate"], |
| 300 "extension_types": ["platform_app"], |
| 301 "contexts": ["blessed_extension", "unblessed_extension"] |
| 302 }, |
297 "fileBrowserPrivate": { | 303 "fileBrowserPrivate": { |
298 "platforms": ["chromeos"], | 304 "platforms": ["chromeos"], |
299 "dependencies": ["permission:fileBrowserPrivate"], | 305 "dependencies": ["permission:fileBrowserPrivate"], |
300 "contexts": ["blessed_extension"] | 306 "contexts": ["blessed_extension"] |
301 }, | 307 }, |
302 "fileSystem": { | 308 "fileSystem": { |
303 "dependencies": ["permission:fileSystem"], | 309 "dependencies": ["permission:fileSystem"], |
304 "contexts": ["blessed_extension"] | 310 "contexts": ["blessed_extension"] |
305 }, | 311 }, |
306 "fileSystemProvider": { | 312 "fileSystemProvider": { |
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
714 "internal": true, | 720 "internal": true, |
715 "channel": "stable", | 721 "channel": "stable", |
716 "dependencies": ["permission:webview"], | 722 "dependencies": ["permission:webview"], |
717 "contexts": ["blessed_extension"] | 723 "contexts": ["blessed_extension"] |
718 }, | 724 }, |
719 "windows": { | 725 "windows": { |
720 "dependencies": ["api:tabs"], | 726 "dependencies": ["api:tabs"], |
721 "contexts": ["blessed_extension"] | 727 "contexts": ["blessed_extension"] |
722 } | 728 } |
723 } | 729 } |
OLD | NEW |