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

Side by Side Diff: chrome/test/data/chromeos/gdata/root_feed.json

Issue 11825021: google_apis: Implement more functions in FakeDriveService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/browser/google_apis/fake_drive_service_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "encoding": "UTF-8", 2 "encoding": "UTF-8",
3 "feed": { 3 "feed": {
4 "author": [ { 4 "author": [ {
5 "email": { 5 "email": {
6 "$t": "tester@testing.com" 6 "$t": "tester@testing.com"
7 }, 7 },
8 "name": { 8 "name": {
9 "$t": "tester" 9 "$t": "tester"
10 } 10 }
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 "category": [ { 291 "category": [ {
292 "label": "viewed", 292 "label": "viewed",
293 "scheme": "http://schemas.google.com/g/2005/labels", 293 "scheme": "http://schemas.google.com/g/2005/labels",
294 "term": "http://schemas.google.com/g/2005/labels#viewed" 294 "term": "http://schemas.google.com/g/2005/labels#viewed"
295 }, { 295 }, {
296 "label": "folder", 296 "label": "folder",
297 "scheme": "http://schemas.google.com/g/2005#kind", 297 "scheme": "http://schemas.google.com/g/2005#kind",
298 "term": "http://schemas.google.com/docs/2007#folder" 298 "term": "http://schemas.google.com/docs/2007#folder"
299 } ], 299 } ],
300 "content": { 300 "content": {
301 "src": "https://1_folder_content_url", 301 "src": "https://dir_1_self_link/folder:1_folder_resource_id",
302 "type": "application/atom+xml;type=feed" 302 "type": "application/atom+xml;type=feed"
303 }, 303 },
304 "docs$writersCanInvite": { 304 "docs$writersCanInvite": {
305 "value": "true" 305 "value": "true"
306 }, 306 },
307 "gd$etag": "\"HhMOFgcNHSt7ImBr\"", 307 "gd$etag": "\"HhMOFgcNHSt7ImBr\"",
308 "gd$feedLink": [ { 308 "gd$feedLink": [ {
309 "href": "https://1_folder_feed_linkurl", 309 "href": "https://1_folder_feed_linkurl",
310 "rel": "http://schemas.google.com/acl/2007#accessControlList" 310 "rel": "http://schemas.google.com/acl/2007#accessControlList"
311 } ], 311 } ],
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 "$t": "2011-12-14T01:03:21.151Z" 1091 "$t": "2011-12-14T01:03:21.151Z"
1092 }, 1092 },
1093 "xmlns": "http://www.w3.org/2005/Atom", 1093 "xmlns": "http://www.w3.org/2005/Atom",
1094 "xmlns$batch": "http://schemas.google.com/gdata/batch", 1094 "xmlns$batch": "http://schemas.google.com/gdata/batch",
1095 "xmlns$docs": "http://schemas.google.com/docs/2007", 1095 "xmlns$docs": "http://schemas.google.com/docs/2007",
1096 "xmlns$gd": "http://schemas.google.com/g/2005", 1096 "xmlns$gd": "http://schemas.google.com/g/2005",
1097 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" 1097 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
1098 }, 1098 },
1099 "version": "1.0" 1099 "version": "1.0"
1100 } 1100 }
OLDNEW
« no previous file with comments | « chrome/browser/google_apis/fake_drive_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698