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

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

Issue 190063004: chromeos: Delete old, unused contacts code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again Created 6 years, 9 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": "test.user@gmail.com"
7 },
8 "name": {
9 "$t": "Test User"
10 }
11 } ],
12 "category": [ {
13 "scheme": "http://schemas.google.com/g/2005#kind",
14 "term": "http://schemas.google.com/contact/2008#group"
15 } ],
16 "entry": [ {
17 "category": [ {
18 "scheme": "http://schemas.google.com/g/2005#kind",
19 "term": "http://schemas.google.com/contact/2008#group"
20 } ],
21 "content": {
22 "$t": "System Group: Friends"
23 },
24 "gContact$systemGroup": {
25 "id": "Friends"
26 },
27 "gd$etag": "\"YDwreyM.\"",
28 "id": {
29 "$t": "http://www.google.com/m8/feeds/groups/test.user%40gmail.com/b ase/d"
30 },
31 "link": [ {
32 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.co m/full/d",
33 "rel": "self",
34 "type": "application/atom+xml"
35 } ],
36 "title": {
37 "$t": "System Group: Friends"
38 },
39 "updated": {
40 "$t": "1970-01-01T00:00:00.000Z"
41 }
42 }, {
43 "category": [ {
44 "scheme": "http://schemas.google.com/g/2005#kind",
45 "term": "http://schemas.google.com/contact/2008#group"
46 } ],
47 "content": {
48 "$t": "System Group: Family"
49 },
50 "gContact$systemGroup": {
51 "id": "Family"
52 },
53 "gd$etag": "\"YDwreyM.\"",
54 "id": {
55 "$t": "http://www.google.com/m8/feeds/groups/test.user%40gmail.com/b ase/e"
56 },
57 "link": [ {
58 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.co m/full/e",
59 "rel": "self",
60 "type": "application/atom+xml"
61 } ],
62 "title": {
63 "$t": "System Group: Family"
64 },
65 "updated": {
66 "$t": "1970-01-01T00:00:00.000Z"
67 }
68 }, {
69 "category": [ {
70 "scheme": "http://schemas.google.com/g/2005#kind",
71 "term": "http://schemas.google.com/contact/2008#group"
72 } ],
73 "content": {
74 "$t": "System Group: Coworkers"
75 },
76 "gContact$systemGroup": {
77 "id": "Coworkers"
78 },
79 "gd$etag": "\"YDwreyM.\"",
80 "id": {
81 "$t": "http://www.google.com/m8/feeds/groups/test.user%40gmail.com/b ase/f"
82 },
83 "link": [ {
84 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.co m/full/f",
85 "rel": "self",
86 "type": "application/atom+xml"
87 } ],
88 "title": {
89 "$t": "System Group: Coworkers"
90 },
91 "updated": {
92 "$t": "1970-01-01T00:00:00.000Z"
93 }
94 } ],
95 "gd$etag": "W/\"CU4FRXY4eCt7I2A9WhJXEkU.\"",
96 "generator": {
97 "$t": "Contacts",
98 "uri": "http://www.google.com/m8/feeds",
99 "version": "1.0"
100 },
101 "id": {
102 "$t": "test.user@gmail.com"
103 },
104 "link": [ {
105 "href": "http://www.google.com/",
106 "rel": "alternate",
107 "type": "text/html"
108 }, {
109 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.com/f ull",
110 "rel": "http://schemas.google.com/g/2005#feed",
111 "type": "application/atom+xml"
112 }, {
113 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.com/f ull",
114 "rel": "http://schemas.google.com/g/2005#post",
115 "type": "application/atom+xml"
116 }, {
117 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.com/f ull/batch",
118 "rel": "http://schemas.google.com/g/2005#batch",
119 "type": "application/atom+xml"
120 }, {
121 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.com/f ull?alt=json&max-results=25",
122 "rel": "self",
123 "type": "application/atom+xml"
124 } ],
125 "openSearch$itemsPerPage": {
126 "$t": "25"
127 },
128 "openSearch$startIndex": {
129 "$t": "1"
130 },
131 "openSearch$totalResults": {
132 "$t": "4"
133 },
134 "title": {
135 "$t": "Test User's Contact Groups"
136 },
137 "updated": {
138 "$t": "2012-08-06T20:11:54.830Z"
139 },
140 "xmlns": "http://www.w3.org/2005/Atom",
141 "xmlns$batch": "http://schemas.google.com/gdata/batch",
142 "xmlns$gContact": "http://schemas.google.com/contact/2008",
143 "xmlns$gd": "http://schemas.google.com/g/2005",
144 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
145 },
146 "version": "1.0"
147 }
OLDNEW
« no previous file with comments | « chrome/test/data/chromeos/gdata/contacts/groups.json ('k') | chrome/test/data/chromeos/gdata/contacts/no_category.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698