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

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

Issue 15091002: Lazily load API schemas from resource files and convert all APIs to features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos tests Created 7 years, 6 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
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 [ 5 [
6 { 6 {
7 "namespace": "fontSettings", 7 "namespace": "fontSettings",
8 "documentation_permissions_required": ["fontSettings"],
9 "types": [ 8 "types": [
10 { 9 {
11 "id": "FontName", 10 "id": "FontName",
12 "type": "object", 11 "type": "object",
13 "description": "Represents a font name.", 12 "description": "Represents a font name.",
14 "properties": { 13 "properties": {
15 "fontId": { 14 "fontId": {
16 "type": "string", 15 "type": "string",
17 "description": "The font ID." 16 "description": "The font ID."
18 }, 17 },
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 "$ref": "LevelOfControl", 486 "$ref": "LevelOfControl",
488 "description": "The level of control this extension has over the setting." 487 "description": "The level of control this extension has over the setting."
489 } 488 }
490 } 489 }
491 } 490 }
492 ] 491 ]
493 } 492 }
494 ] 493 ]
495 } 494 }
496 ] 495 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api_unittest.cc ('k') | chrome/common/extensions/api/i18n.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698