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

Side by Side Diff: chrome/common/extensions/api/file_browser_handler_internal.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
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/common/extensions/api/i18n.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 [ 5 [
6 { 6 {
7 "namespace": "fileBrowserHandlerInternal", 7 "namespace": "fileBrowserHandlerInternal",
8 "compiler_options": {
9 "implemented_in": "chrome/browser/chromeos/extensions/file_browser_handler _api.h"
10 },
8 "nodoc": true, 11 "nodoc": true,
9 "internal": true, 12 "internal": true,
10 "platforms": ["chromeos"], 13 "platforms": ["chromeos"],
11 "types": [ 14 "types": [
12 { 15 {
13 "id": "FileEntryInfo", 16 "id": "FileEntryInfo",
14 "type": "object", 17 "type": "object",
15 "description": "Information needed to build a file entry that will be re turned through the API.", 18 "description": "Information needed to build a file entry that will be re turned through the API.",
16 "properties": { 19 "properties": {
17 "fileSystemName": { 20 "fileSystemName": {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 } 77 }
75 } 78 }
76 } 79 }
77 ] 80 ]
78 } 81 }
79 ] 82 ]
80 } 83 }
81 ] 84 ]
82 } 85 }
83 ] 86 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/common/extensions/api/i18n.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698