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

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

Issue 11428046: Add changestamp field to google_apis::DocumentEntry (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: exclude from android build Created 8 years 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/chrome_tests_unit.gypi ('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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 } ], 109 } ],
110 "category": [ { 110 "category": [ {
111 "label": "audio/mpeg", 111 "label": "audio/mpeg",
112 "scheme": "http://schemas.google.com/g/2005#kind", 112 "scheme": "http://schemas.google.com/g/2005#kind",
113 "term": "http://schemas.google.com/docs/2007#file" 113 "term": "http://schemas.google.com/docs/2007#file"
114 } ], 114 } ],
115 "content": { 115 "content": {
116 "src": "https://file_content_url/", 116 "src": "https://file_content_url/",
117 "type": "audio/mpeg" 117 "type": "audio/mpeg"
118 }, 118 },
119 "docs$changestamp": {
120 "value": "654321"
121 },
119 "docs$filename": { 122 "docs$filename": {
120 "$t": "filename.m4a" 123 "$t": "filename.m4a"
121 }, 124 },
122 "docs$md5Checksum": { 125 "docs$md5Checksum": {
123 "$t": "3b4382ebefec6e743578c76bbd0575ce" 126 "$t": "3b4382ebefec6e743578c76bbd0575ce"
124 }, 127 },
125 "docs$size": { 128 "docs$size": {
126 "$t": "892721" 129 "$t": "892721"
127 }, 130 },
128 "docs$suggestedFilename": { 131 "docs$suggestedFilename": {
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 }, 407 },
405 "xmlns": "http://www.w3.org/2005/Atom", 408 "xmlns": "http://www.w3.org/2005/Atom",
406 "xmlns$batch": "http://schemas.google.com/gdata/batch", 409 "xmlns$batch": "http://schemas.google.com/gdata/batch",
407 "xmlns$docs": "http://schemas.google.com/docs/2007", 410 "xmlns$docs": "http://schemas.google.com/docs/2007",
408 "xmlns$gd": "http://schemas.google.com/g/2005", 411 "xmlns$gd": "http://schemas.google.com/g/2005",
409 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" 412 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
410 }, 413 },
411 "version": "1.0" 414 "version": "1.0"
412 } 415 }
413 416
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698