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

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

Issue 14392003: Remove unused code/data from DriveFileSystemTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove more and revive one Created 7 years, 8 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-01-02T01:02:03.457Z",
6 "xmlns$app": "http://www.w3.org/2007/app"
7 },
8 "author": [ {
9 "email": {
10 "$t": "doc_author@testing.com"
11 },
12 "name": {
13 "$t": "doc_author"
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 "content": {
26 "src": "https://3_document_content",
27 "type": "text/html"
28 },
29 "docs$writersCanInvite": {
30 "value": "true"
31 },
32 "gd$etag": "\"HhNaTRdUASt7ImBr\"",
33 "gd$feedLink": [ {
34 "href": "https://3_document_feed_link",
35 "rel": "http://schemas.google.com/docs/2007/revisions"
36 } ],
37 "gd$lastModifiedBy": {
38 "email": {
39 "$t": "doc_author@testing.com"
40 },
41 "name": {
42 "$t": "doc_author"
43 }
44 },
45 "gd$lastViewed": {
46 "$t": "2011-12-13T02:12:18.527Z"
47 },
48 "gd$quotaBytesUsed": {
49 "$t": "0"
50 },
51 "gd$resourceId": {
52 "$t": "document:6_document_resource_id"
53 },
54 "id": {
55 "$t": "6_document_id"
56 },
57 "link": [ {
58 "href": "https://3_document_alternate_link",
59 "rel": "alternate",
60 "type": "text/html"
61 }, {
62 "href": "https://3_document_thumbnail_link",
63 "rel": "http://schemas.google.com/docs/2007/thumbnail",
64 "type": "image/jpeg"
65 }, {
66 "href": "https://3_document_self_link/document:6_document_resource_id",
67 "rel": "edit",
68 "type": "application/atom+xml"
69 }, {
70 "href": "https://3_document_self_link/document:6_document_resource_id",
71 "rel": "self",
72 "type": "application/atom+xml"
73 } ],
74 "published": {
75 "$t": "2011-12-12T23:28:46.686Z"
76 },
77 "title": {
78 "$t": "Document 1"
79 },
80 "updated": {
81 "$t": "2011-12-12T23:28:52.783Z"
82 }
83 },
84 "version": "1.0"
85 }
OLDNEW
« no previous file with comments | « chrome/test/data/chromeos/gdata/subdir_feed.json ('k') | chrome/test/data/chromeos/gdata/uploaded_file.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698