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

Side by Side Diff: chrome/test/data/drive/changelist.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
« no previous file with comments | « chrome/test/data/drive/applist.json ('k') | chrome/test/data/drive/directory_entry.json » ('j') | 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 "kind": "drive#changeList", 2 "kind": "drive#changeList",
3 "etag": "\"Lp2bjAtLP341hvGmYHhxjYyBPJ8/BWbu_eylt5f_aGtCN6mGRv9hABC\"", 3 "etag": "\"Lp2bjAtLP341hvGmYHhxjYyBPJ8/BWbu_eylt5f_aGtCN6mGRv9hABC\"",
4 "selfLink": "https://www.googleapis.com/drive/v2/changes", 4 "selfLink": "https://www.googleapis.com/drive/v2/changes",
5 "nextPageToken": "8929", 5 "nextPageToken": "8929",
6 "nextLink": "https://www.googleapis.com/drive/v2/changes?pageToken=8929", 6 "nextLink": "https://www.googleapis.com/drive/v2/changes?pageToken=8929",
7 "largestChangeId": "13664", 7 "largestChangeId": "13664",
8 "items": [ 8 "items": [
9 { 9 {
10 "kind": "drive#change", 10 "kind": "drive#change",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 }, 174 },
175 { 175 {
176 "kind": "drive#change", 176 "kind": "drive#change",
177 "id": "8430", 177 "id": "8430",
178 "fileId": "ABCv7G8yEYAWHc3Y5X0hMSkJYXYZ", 178 "fileId": "ABCv7G8yEYAWHc3Y5X0hMSkJYXYZ",
179 "selfLink": "https://www.googleapis.com/drive/v2/changes/16429", 179 "selfLink": "https://www.googleapis.com/drive/v2/changes/16429",
180 "deleted": true 180 "deleted": true
181 } 181 }
182 ] 182 ]
183 } 183 }
OLDNEW
« no previous file with comments | « chrome/test/data/drive/applist.json ('k') | chrome/test/data/drive/directory_entry.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698