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

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

Issue 18355004: google_apis: Move data files out of chrome/test/data/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix extension tests Created 7 years, 5 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
(Empty)
1 {
2 "encoding": "UTF-8",
3 "entry": {
4 "app$edited": {
5 "$t": "2011-12-14T00:41:08.287Z",
6 "xmlns$app": "http://www.w3.org/2007/app"
7 },
8 "author": [ {
9 "email": {
10 "$t": "entry_tester@testing.com"
11 },
12 "name": {
13 "$t": "entry_tester"
14 }
15 } ],
16 "category": [ {
17 "label": "viewed",
18 "scheme": "http://schemas.google.com/g/2005/labels",
19 "term": "http://schemas.google.com/g/2005/labels#viewed"
20 }, {
21 "label": "folder",
22 "scheme": "http://schemas.google.com/g/2005#kind",
23 "term": "http://schemas.google.com/docs/2007#folder"
24 } ],
25 "content": {
26 "src": "https://3_folder_content_url",
27 "type": "application/atom+xml;type=feed"
28 },
29 "docs$writersCanInvite": {
30 "value": "true"
31 },
32 "gd$etag": "\"HhMOFgcNHSt7ImBr\"",
33 "gd$feedLink": [ {
34 "href": "https://3_folder_feed_linkurl",
35 "rel": "http://schemas.google.com/acl/2007#accessControlList"
36 } ],
37 "gd$lastModifiedBy": {
38 "email": {
39 "$t": "tester@testing.com"
40 },
41 "name": {
42 "$t": "tester"
43 }
44 },
45 "gd$lastViewed": {
46 "$t": "2011-11-02T04:37:38.469Z"
47 },
48 "gd$quotaBytesUsed": {
49 "$t": "0"
50 },
51 "gd$resourceId": {
52 "$t": "folder:3_new_folder_resource_id"
53 },
54 "id": {
55 "$t": "https://3_new_folder_resource_id"
56 },
57 "link": [ {
58 "href": "https://3_folder_alternate_link",
59 "rel": "alternate",
60 "type": "text/html"
61 }, {
62 "href": "https://3_folder_resumable_create_media_link",
63 "rel": "http://schemas.google.com/g/2005#resumable-create-media",
64 "type": "application/atom+xml"
65 }, {
66 "href": "https://3_folder_self_link/folder%3A3_folder_resource_id",
67 "rel": "self",
68 "type": "application/atom+xml"
69 }, {
70 "href": "https://3_edit_link",
71 "rel": "edit",
72 "type": "application/atom+xml"
73 } ],
74 "published": {
75 "$t": "2010-11-07T05:03:54.719Z"
76 },
77 "title": {
78 "$t": "FolderNew"
79 },
80 "updated": {
81 "$t": "2011-04-01T18:34:08.234Z"
82 },
83 "xmlns": "http://www.w3.org/2005/Atom",
84 "xmlns$batch": "http://schemas.google.com/gdata/batch",
85 "xmlns$docs": "http://schemas.google.com/docs/2007",
86 "xmlns$gd": "http://schemas.google.com/g/2005"
87 },
88 "version": "1.0"
89 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698