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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 }, | 300 }, |
301 "fileBrowserPrivate": { | 301 "fileBrowserPrivate": { |
302 "platforms": ["chromeos"], | 302 "platforms": ["chromeos"], |
303 "dependencies": ["permission:fileBrowserPrivate"], | 303 "dependencies": ["permission:fileBrowserPrivate"], |
304 "contexts": ["blessed_extension"] | 304 "contexts": ["blessed_extension"] |
305 }, | 305 }, |
306 "fileSystem": { | 306 "fileSystem": { |
307 "dependencies": ["permission:fileSystem"], | 307 "dependencies": ["permission:fileSystem"], |
308 "contexts": ["blessed_extension"] | 308 "contexts": ["blessed_extension"] |
309 }, | 309 }, |
| 310 "fileSystemProvider": { |
| 311 "dependencies": ["permission:fileSystemProvider"], |
| 312 "contexts": ["blessed_extension"] |
| 313 }, |
310 "fontSettings": { | 314 "fontSettings": { |
311 "dependencies": ["permission:fontSettings"], | 315 "dependencies": ["permission:fontSettings"], |
312 "contexts": ["blessed_extension"] | 316 "contexts": ["blessed_extension"] |
313 }, | 317 }, |
314 "hangoutsPrivate": { | 318 "hangoutsPrivate": { |
315 "channel": "stable", | 319 "channel": "stable", |
316 "contexts": ["blessed_extension"], | 320 "contexts": ["blessed_extension"], |
317 "whitelist": [ | 321 "whitelist": [ |
318 // http://crbug.com/309737 | 322 // http://crbug.com/309737 |
319 "nckgahadagoaajjgafhacjanaoiihapd", | 323 "nckgahadagoaajjgafhacjanaoiihapd", |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 "internal": true, | 719 "internal": true, |
716 "channel": "stable", | 720 "channel": "stable", |
717 "dependencies": ["permission:webview"], | 721 "dependencies": ["permission:webview"], |
718 "contexts": ["blessed_extension"] | 722 "contexts": ["blessed_extension"] |
719 }, | 723 }, |
720 "windows": { | 724 "windows": { |
721 "dependencies": ["api:tabs"], | 725 "dependencies": ["api:tabs"], |
722 "contexts": ["blessed_extension"] | 726 "contexts": ["blessed_extension"] |
723 } | 727 } |
724 } | 728 } |
OLD | NEW |