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

Side by Side Diff: chrome/test/data/drive/directory_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/changelist.json ('k') | chrome/test/data/drive/file_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#file", 2 "kind": "drive#file",
3 "id": "directory_resource_id", 3 "id": "directory_resource_id",
4 "etag": "\"directory_etag/files_etag\"", 4 "etag": "\"directory_etag/files_etag\"",
5 "selfLink": "https://www.googleapis.com/drive/v2/files/directory_resource_id", 5 "selfLink": "https://www.googleapis.com/drive/v2/files/directory_resource_id",
6 "alternateLink": "https://docs.google.com/folder/d/directory_resource_id/edit" , 6 "alternateLink": "https://docs.google.com/folder/d/directory_resource_id/edit" ,
7 "iconLink": "https://ssl.gstatic.com/docs/doclist/images/icon_11_collection_li st.png", 7 "iconLink": "https://ssl.gstatic.com/docs/doclist/images/icon_11_collection_li st.png",
8 "title": "new directory", 8 "title": "new directory",
9 "mimeType": "application/vnd.google-apps.folder", 9 "mimeType": "application/vnd.google-apps.folder",
10 "labels": { 10 "labels": {
(...skipping 26 matching lines...) Expand all
37 }, 37 },
38 "quotaBytesUsed": "0", 38 "quotaBytesUsed": "0",
39 "ownerNames": [ 39 "ownerNames": [
40 "tester" 40 "tester"
41 ], 41 ],
42 "lastModifyingUserName": "tester", 42 "lastModifyingUserName": "tester",
43 "editable": true, 43 "editable": true,
44 "writersCanShare": true, 44 "writersCanShare": true,
45 "shared": false 45 "shared": false
46 } 46 }
OLDNEW
« no previous file with comments | « chrome/test/data/drive/changelist.json ('k') | chrome/test/data/drive/file_entry.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698