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

Unified Diff: chrome/test/data/chromeos/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, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/chromeos/drive/changelist.json ('k') | chrome/test/data/chromeos/drive/file_entry.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/chromeos/drive/directory_entry.json
diff --git a/chrome/test/data/chromeos/drive/directory_entry.json b/chrome/test/data/chromeos/drive/directory_entry.json
deleted file mode 100644
index a6564ae38c05fda5636a16b24fbe05f43aaa4fc7..0000000000000000000000000000000000000000
--- a/chrome/test/data/chromeos/drive/directory_entry.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "kind": "drive#file",
- "id": "directory_resource_id",
- "etag": "\"directory_etag/files_etag\"",
- "selfLink": "https://www.googleapis.com/drive/v2/files/directory_resource_id",
- "alternateLink": "https://docs.google.com/folder/d/directory_resource_id/edit",
- "iconLink": "https://ssl.gstatic.com/docs/doclist/images/icon_11_collection_list.png",
- "title": "new directory",
- "mimeType": "application/vnd.google-apps.folder",
- "labels": {
- "starred": false,
- "hidden": false,
- "trashed": false,
- "restricted": false,
- "viewed": true
- },
- "createdDate": "2013-01-28T05:54:08.286Z",
- "modifiedDate": "2013-01-28T05:54:08.281Z",
- "modifiedByMeDate": "2013-01-28T05:54:08.281Z",
- "lastViewedByMeDate": "2013-01-28T05:54:08.281Z",
- "parents": [
- {
- "kind": "drive#parentReference",
- "id": "root_directory_id",
- "selfLink": "https://www.googleapis.com/drive/v2/files/directory_resource_id/parents/root_directory_id",
- "parentLink": "https://www.googleapis.com/drive/v2/files/root_directory_id",
- "isRoot": true
- }
- ],
- "userPermission": {
- "kind": "drive#permission",
- "etag": "\"directory_etag/permission_etag\"",
- "id": "me",
- "selfLink": "https://www.googleapis.com/drive/v2/files/directory_resource_id/permissions/me",
- "role": "owner",
- "type": "user"
- },
- "quotaBytesUsed": "0",
- "ownerNames": [
- "tester"
- ],
- "lastModifyingUserName": "tester",
- "editable": true,
- "writersCanShare": true,
- "shared": false
-}
« no previous file with comments | « chrome/test/data/chromeos/drive/changelist.json ('k') | chrome/test/data/chromeos/drive/file_entry.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698