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

Side by Side Diff: chrome/test/data/chromeos/gdata/contacts/groups.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: My Contacts"
23 },
24 "gContact$systemGroup": {
25 "id": "Contacts"
26 },
27 "gd$etag": "\"YDwreyM.\"",
28 "id": {
29 "$t": "http://www.google.com/m8/feeds/groups/test.user%40gmail.com/b ase/6"
30 },
31 "link": [ {
32 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.co m/full/6",
33 "rel": "self",
34 "type": "application/atom+xml"
35 } ],
36 "title": {
37 "$t": "System Group: My Contacts"
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: Friends"
49 },
50 "gContact$systemGroup": {
51 "id": "Friends"
52 },
53 "gd$etag": "\"YDwreyM.\"",
54 "id": {
55 "$t": "http://www.google.com/m8/feeds/groups/test.user%40gmail.com/b ase/d"
56 },
57 "link": [ {
58 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.co m/full/d",
59 "rel": "self",
60 "type": "application/atom+xml"
61 } ],
62 "title": {
63 "$t": "System Group: Friends"
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: Family"
75 },
76 "gContact$systemGroup": {
77 "id": "Family"
78 },
79 "gd$etag": "\"YDwreyM.\"",
80 "id": {
81 "$t": "http://www.google.com/m8/feeds/groups/test.user%40gmail.com/b ase/e"
82 },
83 "link": [ {
84 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.co m/full/e",
85 "rel": "self",
86 "type": "application/atom+xml"
87 } ],
88 "title": {
89 "$t": "System Group: Family"
90 },
91 "updated": {
92 "$t": "1970-01-01T00:00:00.000Z"
93 }
94 }, {
95 "category": [ {
96 "scheme": "http://schemas.google.com/g/2005#kind",
97 "term": "http://schemas.google.com/contact/2008#group"
98 } ],
99 "content": {
100 "$t": "System Group: Coworkers"
101 },
102 "gContact$systemGroup": {
103 "id": "Coworkers"
104 },
105 "gd$etag": "\"YDwreyM.\"",
106 "id": {
107 "$t": "http://www.google.com/m8/feeds/groups/test.user%40gmail.com/b ase/f"
108 },
109 "link": [ {
110 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.co m/full/f",
111 "rel": "self",
112 "type": "application/atom+xml"
113 } ],
114 "title": {
115 "$t": "System Group: Coworkers"
116 },
117 "updated": {
118 "$t": "1970-01-01T00:00:00.000Z"
119 }
120 } ],
121 "gd$etag": "W/\"CU4FRXY4eCt7I2A9WhJXEkU.\"",
122 "generator": {
123 "$t": "Contacts",
124 "uri": "http://www.google.com/m8/feeds",
125 "version": "1.0"
126 },
127 "id": {
128 "$t": "test.user@gmail.com"
129 },
130 "link": [ {
131 "href": "http://www.google.com/",
132 "rel": "alternate",
133 "type": "text/html"
134 }, {
135 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.com/f ull",
136 "rel": "http://schemas.google.com/g/2005#feed",
137 "type": "application/atom+xml"
138 }, {
139 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.com/f ull",
140 "rel": "http://schemas.google.com/g/2005#post",
141 "type": "application/atom+xml"
142 }, {
143 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.com/f ull/batch",
144 "rel": "http://schemas.google.com/g/2005#batch",
145 "type": "application/atom+xml"
146 }, {
147 "href": "https://www.google.com/m8/feeds/groups/test.user%40gmail.com/f ull?alt=json&max-results=25",
148 "rel": "self",
149 "type": "application/atom+xml"
150 } ],
151 "openSearch$itemsPerPage": {
152 "$t": "25"
153 },
154 "openSearch$startIndex": {
155 "$t": "1"
156 },
157 "openSearch$totalResults": {
158 "$t": "4"
159 },
160 "title": {
161 "$t": "Test User's Contact Groups"
162 },
163 "updated": {
164 "$t": "2012-08-06T20:11:54.830Z"
165 },
166 "xmlns": "http://www.w3.org/2005/Atom",
167 "xmlns$batch": "http://schemas.google.com/gdata/batch",
168 "xmlns$gContact": "http://schemas.google.com/contact/2008",
169 "xmlns$gd": "http://schemas.google.com/g/2005",
170 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
171 },
172 "version": "1.0"
173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698