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

Side by Side Diff: chrome/test/data/drive/about.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
1 { 1 {
2 "kind": "drive#about", 2 "kind": "drive#about",
3 "etag": "\"ia2FSHMEjvcFQvtI43H5NSXKABC/2QujpLrTbaz3UJ2wpt1HSuAZXYZ\"", 3 "etag": "\"ia2FSHMEjvcFQvtI43H5NSXKABC/2QujpLrTbaz3UJ2wpt1HSuAZXYZ\"",
4 "selfLink": "https://www.googleapis.com/drive/v2/about", 4 "selfLink": "https://www.googleapis.com/drive/v2/about",
5 "name": "Test User", 5 "name": "Test User",
6 "quotaBytesTotal": "5368709120", 6 "quotaBytesTotal": "5368709120",
7 "quotaBytesUsed": "1073741824", 7 "quotaBytesUsed": "1073741824",
8 "quotaBytesUsedInTrash": "0", 8 "quotaBytesUsedInTrash": "0",
9 "largestChangeId": "8177", 9 "largestChangeId": "8177",
10 "rootFolderId": "0AIv7G8yEYAWHUk9123", 10 "rootFolderId": "0AIv7G8yEYAWHUk9123",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "type": "application/vnd.google-apps.spreadsheet", 242 "type": "application/vnd.google-apps.spreadsheet",
243 "size": "20971520" 243 "size": "20971520"
244 }, 244 },
245 { 245 {
246 "type": "application/pdf", 246 "type": "application/pdf",
247 "size": "10737418240" 247 "size": "10737418240"
248 } 248 }
249 ], 249 ],
250 "isCurrentAppInstalled": false 250 "isCurrentAppInstalled": false
251 } 251 }
OLDNEW
« no previous file with comments | « chrome/test/data/chromeos/sync_file_system/initialize.json ('k') | chrome/test/data/drive/applist.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698