OLD | NEW |
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 Loading... |
74 } | 77 } |
75 } | 78 } |
76 } | 79 } |
77 ] | 80 ] |
78 } | 81 } |
79 ] | 82 ] |
80 } | 83 } |
81 ] | 84 ] |
82 } | 85 } |
83 ] | 86 ] |
OLD | NEW |