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

Side by Side Diff: chrome/test/data/chromeos/gdata/uploaded_file.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
« no previous file with comments | « chrome/test/data/chromeos/gdata/uploaded_document.json ('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
(Empty)
1 {
2 "encoding": "UTF-8",
3 "entry": {
4 "app$edited": {
5 "$t": "2012-01-02T00:11:22.330Z",
6 "xmlns$app": "http://www.w3.org/2007/app"
7 },
8 "author": [ {
9 "email": {
10 "$t": "tester@testing.com"
11 },
12 "name": {
13 "$t": "tester"
14 }
15 } ],
16 "category": [ {
17 "label": "text/plain",
18 "scheme": "http://schemas.google.com/g/2005#kind",
19 "term": "http://schemas.google.com/docs/2007#file"
20 } ],
21 "content": {
22 "src": "https://file_content_url_changed/",
23 "type": "audio/mpeg"
24 },
25 "docs$filename": {
26 "$t": "remote.txt"
27 },
28 "docs$md5Checksum": {
29 "$t": "5d41402abc4b2a76b9719d911017c592"
30 },
31 "docs$size": {
32 "$t": "6"
33 },
34 "docs$suggestedFilename": {
35 "$t": "remote.txt"
36 },
37 "docs$writersCanInvite": {
38 "value": "true"
39 },
40 "gd$etag": "\"HhMOFgxXHit7ImBr\"",
41 "gd$feedLink": [ {
42 "href": "https://file_feed_link_url",
43 "rel": "http://schemas.google.com/docs/2007/revisions"
44 } ],
45 "gd$lastModifiedBy": {
46 "email": {
47 "$t": "tester@testing.com"
48 },
49 "name": {
50 "$t": "tester"
51 }
52 },
53 "gd$quotaBytesUsed": {
54 "$t": "6"
55 },
56 "gd$resourceId": {
57 "$t": "file:remote_file_id"
58 },
59 "id": {
60 "$t": "remote_file_id"
61 },
62 "link": [ {
63 "href": "https://file_link_alternate",
64 "rel": "alternate",
65 "type": "text/html"
66 }, {
67 "href": "https://file_link_resumable_edit_media",
68 "rel": "http://schemas.google.com/g/2005#resumable-edit-media",
69 "type": "application/atom+xml"
70 }, {
71 "href": "https://file1_link_self/file:remote_file_id",
72 "rel": "self",
73 "type": "application/atom+xml"
74 }, {
75 "href": "https://file1_link_self/file:remote_file_id",
76 "rel": "edit",
77 "type": "application/atom+xml"
78 }, {
79 "href": "https://file_edit_media",
80 "rel": "edit-media",
81 "type": "audio/mpeg"
82 }, {
83 "href": "https://fake_server/fake_root",
84 "rel": "http://schemas.google.com/docs/2007#parent",
85 "type": "application/atom+xml"
86 } ],
87 "published": {
88 "$t": "2012-01-02T00:11:22.330Z"
89 },
90 "title": {
91 "$t": "remote.txt"
92 },
93 "updated": {
94 "$t": "2012-01-02T00:11:22.330Z"
95 },
96 "xmlns": "http://www.w3.org/2005/Atom",
97 "xmlns$batch": "http://schemas.google.com/gdata/batch",
98 "xmlns$docs": "http://schemas.google.com/docs/2007",
99 "xmlns$gd": "http://schemas.google.com/g/2005",
100 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
101 },
102 "version": "1.0"
103 }
OLDNEW
« no previous file with comments | « chrome/test/data/chromeos/gdata/uploaded_document.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698