Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1438)

Side by Side Diff: extensions/common/api/_api_features.json

Issue 363993003: Move chrome.power API from chrome/ to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix quotes in gn file Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « extensions/common/api/BUILD.gn ('k') | extensions/common/api/_permission_features.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 // This features file defines extension APIs implemented under src/extensions. 5 // This features file defines extension APIs implemented under src/extensions.
6 // See extensions/common/features/* to understand this file, in particular 6 // See extensions/common/features/* to understand this file, in particular
7 // feature.h, simple_feature.h, and base_feature_provider.h. 7 // feature.h, simple_feature.h, and base_feature_provider.h.
8 // 8 //
9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context 9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context
10 // type will require manually updating chrome/renderer/resources/dispatcher.cc. 10 // type will require manually updating chrome/renderer/resources/dispatcher.cc.
(...skipping 22 matching lines...) Expand all
33 "whitelist": [ 33 "whitelist": [
34 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice 34 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice
35 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal 35 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal
36 "12E618C3C6E97495AAECF2AC12DEB082353241C6" // QO component extension 36 "12E618C3C6E97495AAECF2AC12DEB082353241C6" // QO component extension
37 ] 37 ]
38 }], 38 }],
39 "dns": { 39 "dns": {
40 "dependencies": ["permission:dns"], 40 "dependencies": ["permission:dns"],
41 "contexts": ["blessed_extension"] 41 "contexts": ["blessed_extension"]
42 }, 42 },
43 "power": {
44 "dependencies": ["permission:power"],
45 "contexts": ["blessed_extension"]
46 },
43 "runtime": { 47 "runtime": {
44 "channel": "stable", 48 "channel": "stable",
45 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 49 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
46 "contexts": ["blessed_extension"] 50 "contexts": ["blessed_extension"]
47 }, 51 },
48 "runtime.getManifest": { 52 "runtime.getManifest": {
49 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] 53 "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
50 }, 54 },
51 "runtime.connect": { 55 "runtime.connect": {
52 "contexts": "all", 56 "contexts": "all",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "types.private": { 121 "types.private": {
118 "channel": "dev", 122 "channel": "dev",
119 "extension_types": ["extension"], 123 "extension_types": ["extension"],
120 "location": "component" 124 "location": "component"
121 }, 125 },
122 "usb": { 126 "usb": {
123 "dependencies": ["permission:usb"], 127 "dependencies": ["permission:usb"],
124 "contexts": ["blessed_extension"] 128 "contexts": ["blessed_extension"]
125 } 129 }
126 } 130 }
OLDNEW
« no previous file with comments | « extensions/common/api/BUILD.gn ('k') | extensions/common/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698