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