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

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

Issue 16876004: Updating JSON Schema Compiler to add description field to schemas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (kalman) rebase 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
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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":"networkingPrivate", 7 "namespace":"networkingPrivate",
8 "description": "none",
8 "compiler_options": { 9 "compiler_options": {
9 "implemented_in": "chrome/browser/chromeos/extensions/networking_private_a pi.h" 10 "implemented_in": "chrome/browser/chromeos/extensions/networking_private_a pi.h"
10 }, 11 },
11 "platforms": ["chromeos"], 12 "platforms": ["chromeos"],
12 "types" : [ 13 "types" : [
13 { 14 {
14 "id": "NetworkProperties", 15 "id": "NetworkProperties",
15 "type": "object", 16 "type": "object",
16 "additionalProperties": { "type": "any" } 17 "additionalProperties": { "type": "any" }
17 }, 18 },
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 { 307 {
307 "name": "changes", 308 "name": "changes",
308 "type": "array", 309 "type": "array",
309 "items": { "type": "string" } 310 "items": { "type": "string" }
310 } 311 }
311 ] 312 ]
312 } 313 }
313 ] 314 ]
314 } 315 }
315 ] 316 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/music_manager_private.idl ('k') | chrome/common/extensions/api/notifications.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698