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 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
593 }, | 593 }, |
594 "webstorePrivate": { | 594 "webstorePrivate": { |
595 "dependencies": ["permission:webstorePrivate"], | 595 "dependencies": ["permission:webstorePrivate"], |
596 "contexts": ["blessed_extension"] | 596 "contexts": ["blessed_extension"] |
597 }, | 597 }, |
598 "webview": { | 598 "webview": { |
599 "dependencies": ["permission:webview"], | 599 "dependencies": ["permission:webview"], |
600 "contexts": ["blessed_extension"] | 600 "contexts": ["blessed_extension"] |
601 }, | 601 }, |
602 "windows": { | 602 "windows": { |
603 "dependencies": ["permission:tabs"], | 603 "dependencies": ["api:tabs"], |
604 "contexts": ["blessed_extension"] | 604 "contexts": ["blessed_extension"] |
605 } | 605 } |
606 } | 606 } |
OLD | NEW |