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

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

Issue 789643004: Move chrome.alarms API from chrome/ to extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 10 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/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 (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 // This features file defines extension APIs implemented under src/chrome. 5 // This features file defines extension APIs implemented under src/chrome.
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 16 matching lines...) Expand all
27 "contexts": ["blessed_extension"] 27 "contexts": ["blessed_extension"]
28 }], 28 }],
29 "accessibilityPrivate": { 29 "accessibilityPrivate": {
30 "dependencies": ["permission:accessibilityPrivate"], 30 "dependencies": ["permission:accessibilityPrivate"],
31 "contexts": ["blessed_extension"] 31 "contexts": ["blessed_extension"]
32 }, 32 },
33 "activityLogPrivate": { 33 "activityLogPrivate": {
34 "dependencies": ["permission:activityLogPrivate"], 34 "dependencies": ["permission:activityLogPrivate"],
35 "contexts": ["blessed_extension"] 35 "contexts": ["blessed_extension"]
36 }, 36 },
37 "alarms": {
38 "dependencies": ["permission:alarms"],
39 "contexts": ["blessed_extension"]
40 },
41 "app": { 37 "app": {
42 "blacklist": [ 38 "blacklist": [
43 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice 39 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice
44 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal 40 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal
45 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension 41 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension
46 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official xkb extension 42 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official xkb extension
47 "F94EE6AB36D6C6588670B2B01EB65212D9C64E33", // Open source xkb extension 43 "F94EE6AB36D6C6588670B2B01EB65212D9C64E33", // Open source xkb extension
48 "B9EF10DDFEA11EF77873CC5009809E5037FC4C7A" // Google input tools 44 "B9EF10DDFEA11EF77873CC5009809E5037FC4C7A" // Google input tools
49 ], 45 ],
50 "channel": "stable", 46 "channel": "stable",
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 "internal": true, 698 "internal": true,
703 "channel": "stable", 699 "channel": "stable",
704 "dependencies": ["permission:webview"], 700 "dependencies": ["permission:webview"],
705 "contexts": ["blessed_extension"] 701 "contexts": ["blessed_extension"]
706 }, 702 },
707 "windows": { 703 "windows": {
708 "dependencies": ["api:tabs"], 704 "dependencies": ["api:tabs"],
709 "contexts": ["blessed_extension"] 705 "contexts": ["blessed_extension"]
710 } 706 }
711 } 707 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698