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":"wallpaperPrivate", | 7 "namespace":"wallpaperPrivate", |
| 8 "compiler_options": { |
| 9 "implemented_in": "chrome/browser/chromeos/extensions/wallpaper_private_ap
i.h" |
| 10 }, |
| 11 "platforms": ["chromeos"], |
8 "nodoc": "true", | 12 "nodoc": "true", |
9 "functions": [ | 13 "functions": [ |
10 { | 14 { |
11 "name": "getStrings", | 15 "name": "getStrings", |
12 "type": "function", | 16 "type": "function", |
13 "description": "Gets translated strings.", | 17 "description": "Gets translated strings.", |
14 "nodoc": "true", | 18 "nodoc": "true", |
15 "parameters": [ | 19 "parameters": [ |
16 { | 20 { |
17 "type": "function", | 21 "type": "function", |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 "name": "results", | 181 "name": "results", |
178 "items": {"type": "string"} | 182 "items": {"type": "string"} |
179 } | 183 } |
180 ] | 184 ] |
181 } | 185 } |
182 ] | 186 ] |
183 } | 187 } |
184 ] | 188 ] |
185 } | 189 } |
186 ] | 190 ] |
OLD | NEW |