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

Side by Side Diff: chrome/test/data/drive/file_entry.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/directory_entry.json ('k') | chrome/test/data/drive/filelist.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#file", 2 "kind": "drive#file",
3 "id": "0B4v7G8yEYAWHUmRrU2lMS2hLABC", 3 "id": "0B4v7G8yEYAWHUmRrU2lMS2hLABC",
4 "etag": "\"WtRjAPZWbDA7_fkFjc5ojsEvDEF/MTM0MzM2NzgwMDIXYZ\"", 4 "etag": "\"WtRjAPZWbDA7_fkFjc5ojsEvDEF/MTM0MzM2NzgwMDIXYZ\"",
5 "selfLink": "https://www.googleapis.com/drive/v2/files/0B4v7G8yEYAWHUmRrU2lMS2h LABC", 5 "selfLink": "https://www.googleapis.com/drive/v2/files/0B4v7G8yEYAWHUmRrU2lMS2h LABC",
6 "webContentLink": "https://docs.google.com/uc?id=0B4v7G8yEYAWHUmRrU2lMS2hLABC&e xport=download", 6 "webContentLink": "https://docs.google.com/uc?id=0B4v7G8yEYAWHUmRrU2lMS2hLABC&e xport=download",
7 "alternateLink": "https://docs.google.com/file/d/0B4v7G8yEYAWHUmRrU2lMS2hLABC/e dit", 7 "alternateLink": "https://docs.google.com/file/d/0B4v7G8yEYAWHUmRrU2lMS2hLABC/e dit",
8 "title": "My first file data", 8 "title": "My first file data",
9 "mimeType": "application/octet-stream", 9 "mimeType": "application/octet-stream",
10 "labels": { 10 "labels": {
(...skipping 29 matching lines...) Expand all
40 "md5Checksum": "d41d8cd98f00b204e9800998ecf8427e", 40 "md5Checksum": "d41d8cd98f00b204e9800998ecf8427e",
41 "fileSize": "1000", 41 "fileSize": "1000",
42 "quotaBytesUsed": "1000", 42 "quotaBytesUsed": "1000",
43 "ownerNames": [ 43 "ownerNames": [
44 "Test User" 44 "Test User"
45 ], 45 ],
46 "lastModifyingUserName": "Test User", 46 "lastModifyingUserName": "Test User",
47 "editable": true, 47 "editable": true,
48 "writersCanShare": true 48 "writersCanShare": true
49 } 49 }
OLDNEW
« no previous file with comments | « chrome/test/data/drive/directory_entry.json ('k') | chrome/test/data/drive/filelist.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698