| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 }, | 436 }, |
| 437 "mdns": { | 437 "mdns": { |
| 438 "dependencies": ["permission:mdns"], | 438 "dependencies": ["permission:mdns"], |
| 439 "contexts": ["blessed_extension"] | 439 "contexts": ["blessed_extension"] |
| 440 }, | 440 }, |
| 441 "musicManagerPrivate": { | 441 "musicManagerPrivate": { |
| 442 "dependencies": ["permission:musicManagerPrivate"], | 442 "dependencies": ["permission:musicManagerPrivate"], |
| 443 "contexts": ["blessed_extension"] | 443 "contexts": ["blessed_extension"] |
| 444 }, | 444 }, |
| 445 "networkingPrivate": { | 445 "networkingPrivate": { |
| 446 "platforms": ["chromeos", "win"], | 446 "platforms": ["chromeos", "mac", "win"], |
| 447 "dependencies": ["permission:networkingPrivate"], | 447 "dependencies": ["permission:networkingPrivate"], |
| 448 "contexts": ["blessed_extension"] | 448 "contexts": ["blessed_extension"] |
| 449 }, | 449 }, |
| 450 "notifications": { | 450 "notifications": { |
| 451 "dependencies": ["permission:notifications"], | 451 "dependencies": ["permission:notifications"], |
| 452 "contexts": ["blessed_extension"] | 452 "contexts": ["blessed_extension"] |
| 453 }, | 453 }, |
| 454 "omnibox": { | 454 "omnibox": { |
| 455 "dependencies": ["manifest:omnibox"], | 455 "dependencies": ["manifest:omnibox"], |
| 456 "contexts": ["blessed_extension"] | 456 "contexts": ["blessed_extension"] |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 "internal": true, | 732 "internal": true, |
| 733 "channel": "stable", | 733 "channel": "stable", |
| 734 "dependencies": ["permission:webview"], | 734 "dependencies": ["permission:webview"], |
| 735 "contexts": ["blessed_extension"] | 735 "contexts": ["blessed_extension"] |
| 736 }, | 736 }, |
| 737 "windows": { | 737 "windows": { |
| 738 "dependencies": ["api:tabs"], | 738 "dependencies": ["api:tabs"], |
| 739 "contexts": ["blessed_extension"] | 739 "contexts": ["blessed_extension"] |
| 740 } | 740 } |
| 741 } | 741 } |
| OLD | NEW |