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

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

Issue 11747025: Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ms release build Created 7 years, 11 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": "events", 7 "namespace": "events",
8 "compiler_options": {
9 "implemented_in": "chrome/browser/extensions/api/declarative/declarative_a pi.h",
10 "generate_type_functions": true
11 },
8 "internal": true, 12 "internal": true,
9 "unprivileged": true, 13 "unprivileged": true,
10 "types": [ 14 "types": [
11 { 15 {
12 "id": "Event", 16 "id": "Event",
13 "type": "object", 17 "type": "object",
14 "description": "An object which allows the addition and removal of liste ners for a Chrome event.", 18 "description": "An object which allows the addition and removal of liste ners for a Chrome event.",
15 "additionalProperties": { "type": "any"}, 19 "additionalProperties": { "type": "any"},
16 "functions": [ 20 "functions": [
17 { 21 {
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 {"type": "array", "items": {"type": "integer"}, "description": " A pair of integers identiying the start and end (both inclusive) of a port range ."} 299 {"type": "array", "items": {"type": "integer"}, "description": " A pair of integers identiying the start and end (both inclusive) of a port range ."}
296 ] 300 ]
297 } 301 }
298 } 302 }
299 } 303 }
300 } 304 }
301 ] 305 ]
302 } 306 }
303 ] 307 ]
304 308
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/content_settings.json ('k') | chrome/common/extensions/api/extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698