| 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 }, | 344 }, |
| 345 "mediaPlayerPrivate": { | 345 "mediaPlayerPrivate": { |
| 346 "platform": "chromeos", | 346 "platform": "chromeos", |
| 347 "dependencies": ["permission:mediaPlayerPrivate"], | 347 "dependencies": ["permission:mediaPlayerPrivate"], |
| 348 "contexts": ["blessed_extension"] | 348 "contexts": ["blessed_extension"] |
| 349 }, | 349 }, |
| 350 "metricsPrivate": { | 350 "metricsPrivate": { |
| 351 "dependencies": ["permission:metricsPrivate"], | 351 "dependencies": ["permission:metricsPrivate"], |
| 352 "contexts": ["blessed_extension"] | 352 "contexts": ["blessed_extension"] |
| 353 }, | 353 }, |
| 354 "mdns": { |
| 355 "dependencies": ["permission:mdns"], |
| 356 "contexts": ["blessed_extension"] |
| 357 }, |
| 354 "musicManagerPrivate": { | 358 "musicManagerPrivate": { |
| 355 "dependencies": ["permission:musicManagerPrivate"], | 359 "dependencies": ["permission:musicManagerPrivate"], |
| 356 "contexts": ["blessed_extension"] | 360 "contexts": ["blessed_extension"] |
| 357 }, | 361 }, |
| 358 "networkingPrivate": { | 362 "networkingPrivate": { |
| 359 "platform": "chromeos", | 363 "platform": "chromeos", |
| 360 "dependencies": ["permission:networkingPrivate"], | 364 "dependencies": ["permission:networkingPrivate"], |
| 361 "contexts": ["blessed_extension"] | 365 "contexts": ["blessed_extension"] |
| 362 }, | 366 }, |
| 363 "notifications": { | 367 "notifications": { |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 "webview": { | 600 "webview": { |
| 597 "internal": true, | 601 "internal": true, |
| 598 "dependencies": ["permission:webview"], | 602 "dependencies": ["permission:webview"], |
| 599 "contexts": ["blessed_extension"] | 603 "contexts": ["blessed_extension"] |
| 600 }, | 604 }, |
| 601 "windows": { | 605 "windows": { |
| 602 "dependencies": ["api:tabs"], | 606 "dependencies": ["api:tabs"], |
| 603 "contexts": ["blessed_extension"] | 607 "contexts": ["blessed_extension"] |
| 604 } | 608 } |
| 605 } | 609 } |
| OLD | NEW |