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

Side by Side Diff: chrome/test/data/chromeos/gdata/empty_feed.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 "feed": {
4 "author": [ {
5 "email": {
6 "$t": "tester@testing.com"
7 },
8 "name": {
9 "$t": "tester"
10 }
11 } ],
12 "category": [ {
13 "label": "item",
14 "scheme": "http://schemas.google.com/g/2005#kind",
15 "term": "http://schemas.google.com/docs/2007#item"
16 } ],
17 "gd$etag": "W/\"DkEEQH8-eSt7ImA9WhRQGE8.\"",
18 "id": {
19 "$t": "https://docs.google.com/feeds/default/private/full"
20 },
21 "link": [ {
22 "href": "http://alternate_link",
23 "rel": "alternate",
24 "type": "text/html"
25 }, {
26 "href": "https://resumable_create_media_link",
27 "rel": "http://schemas.google.com/g/2005#resumable-create-media",
28 "type": "application/atom+xml"
29 }, {
30 "href": "https://docs.google.com/feeds/default/private/full?v=3",
31 "rel": "http://schemas.google.com/g/2005#feed",
32 "type": "application/atom+xml"
33 }, {
34 "href": "https://docs.google.com/feeds/default/private/full?v=3",
35 "rel": "http://schemas.google.com/g/2005#post",
36 "type": "application/atom+xml"
37 }, {
38 "href": "https://docs.google.com/feeds/default/private/full/batch?v=3",
39 "rel": "http://schemas.google.com/g/2005#batch",
40 "type": "application/atom+xml"
41 }, {
42 "href": "https://self_link",
43 "rel": "self",
44 "type": "application/atom+xml"
45 } ],
46 "openSearch$itemsPerPage": {
47 "$t": "1000"
48 },
49 "openSearch$startIndex": {
50 "$t": "1"
51 },
52 "title": {
53 "$t": "Feed title"
54 },
55 "updated": {
56 "$t": "2011-12-14T01:03:21.151Z"
57 },
58 "xmlns": "http://www.w3.org/2005/Atom",
59 "xmlns$batch": "http://schemas.google.com/gdata/batch",
60 "xmlns$docs": "http://schemas.google.com/docs/2007",
61 "xmlns$gd": "http://schemas.google.com/g/2005",
62 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
63 },
64 "version": "1.0"
65 }
OLDNEW
« no previous file with comments | « chrome/test/data/chromeos/gdata/document_to_download.json ('k') | chrome/test/data/chromeos/gdata/file_entry.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698