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

Side by Side Diff: chrome/test/data/chromeos/gdata/deleted_hosted_document_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": "2012-04-10T22:50:55.965Z",
6 "xmlns$app": "http://www.w3.org/2007/app"
7 },
8 "author": [ {
9 "email": {
10 "$t": "tester@test.com"
11 },
12 "name": {
13 "$t": "tester"
14 }
15 } ],
16 "category": [ {
17 "label": "document",
18 "scheme": "http://schemas.google.com/g/2005#kind",
19 "term": "http://schemas.google.com/docs/2007#document"
20 }, {
21 "label": "viewed",
22 "scheme": "http://schemas.google.com/g/2005/labels",
23 "term": "http://schemas.google.com/g/2005/labels#viewed"
24 }, {
25 "label": "modified-by-me",
26 "scheme": "http://schemas.google.com/g/2005/labels",
27 "term": "http://schemas.google.com/g/2005/labels#modified-by-me"
28 } ],
29 "content": {
30 "src": "https://content_url",
31 "type": "text/html"
32 },
33 "docs$changestamp": {
34 "value": "16683"
35 },
36 "docs$modifiedByMeDate": {
37 "$t": "2012-04-10T22:50:55.797Z"
38 },
39 "docs$writersCanInvite": {
40 "value": "true"
41 },
42 "gd$deleted": {
43
44 },
45 "gd$etag": "\"WVAJThBcDyt7ImBk\"",
46 "gd$feedLink": [ {
47 "href": "https://feedLink",
48 "rel": "http://schemas.google.com/docs/2007/revisions"
49 } ],
50 "gd$lastModifiedBy": {
51 "email": {
52 "$t": "tester@test.com"
53 },
54 "name": {
55 "$t": "tester"
56 }
57 },
58 "gd$lastViewed": {
59 "$t": "2012-04-10T22:50:55.797Z"
60 },
61 "gd$quotaBytesUsed": {
62 "$t": "0"
63 },
64 "gd$resourceId": {
65 "$t": "document:deleted_in_root_id"
66 },
67 "id": {
68 "$t": "https://document%3Adeleted_in_root_id"
69 },
70 "link": [ {
71 "href": "https://alternate/document%3Adeleted_in_root_id/edit",
72 "rel": "alternate",
73 "type": "text/html"
74 }, {
75 "href": "https://deleted_in_root.png",
76 "rel": "http://schemas.google.com/docs/2007#icon",
77 "type": "image/png"
78 }, {
79 "href": "https://",
80 "rel": "http://schemas.google.com/g/2005#resumable-edit-media",
81 "type": "application/atom+xml"
82 }, {
83 "href": "https://edit_url/document%3Adeleted_in_root_id",
84 "rel": "edit",
85 "type": "application/atom+xml"
86 }, {
87 "href": "https://edit-media/document%3Adeleted_in_root_id",
88 "rel": "edit-media",
89 "type": "text/html"
90 }, {
91 "href": "https://changes/16683",
92 "rel": "self",
93 "type": "application/atom+xml"
94 } ],
95 "published": {
96 "$t": "2012-04-10T22:50:53.237Z"
97 },
98 "title": {
99 "$t": "Deleted document"
100 },
101 "updated": {
102 "$t": "2012-04-10T22:50:55.797Z"
103 }
104 }
105 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698