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