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

Unified Diff: chrome/test/data/chromeos/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, 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/directory_entry.json ('k') | chrome/test/data/chromeos/drive/filelist.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/chromeos/drive/file_entry.json
diff --git a/chrome/test/data/chromeos/drive/file_entry.json b/chrome/test/data/chromeos/drive/file_entry.json
deleted file mode 100644
index 3a1f71ab767ba67a9dbfbc0fe10cc1e34074147b..0000000000000000000000000000000000000000
--- a/chrome/test/data/chromeos/drive/file_entry.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "kind": "drive#file",
- "id": "0B4v7G8yEYAWHUmRrU2lMS2hLABC",
- "etag": "\"WtRjAPZWbDA7_fkFjc5ojsEvDEF/MTM0MzM2NzgwMDIXYZ\"",
- "selfLink": "https://www.googleapis.com/drive/v2/files/0B4v7G8yEYAWHUmRrU2lMS2hLABC",
- "webContentLink": "https://docs.google.com/uc?id=0B4v7G8yEYAWHUmRrU2lMS2hLABC&export=download",
- "alternateLink": "https://docs.google.com/file/d/0B4v7G8yEYAWHUmRrU2lMS2hLABC/edit",
- "title": "My first file data",
- "mimeType": "application/octet-stream",
- "labels": {
- "starred": false,
- "hidden": false,
- "trashed": false,
- "restricted": false,
- "viewed": true
- },
- "createdDate": "2012-07-24T08:51:16.570Z",
- "modifiedDate": "2012-07-27T05:43:20.269Z",
- "modifiedByMeDate": "2012-07-27T05:43:20.269Z",
- "lastViewedByMeDate": "2012-07-27T05:43:20.269Z",
- "parents": [
- {
- "kind": "drive#parentReference",
- "id": "0B4v7G8yEYAWHYW1OcExsUVZLABC",
- "selfLink": "https://www.googleapis.com/drive/v2/files/0B4v7G8yEYAWHNGpYVHJINEFFABC/parents/0B4v7G8yEYAWHYW1OcExsUVZLABC",
- "parentLink": "https://www.googleapis.com/drive/v2/files/0B4v7G8yEYAWHYW1OcExsUVZLABC",
- "isRoot": false
- }
- ],
- "downloadUrl": "https://www.example.com/download",
- "userPermission": {
- "kind": "drive#permission",
- "etag": "\"WtRjAPZWbDA7_fkFjc5ojsEvDEF/LKOJhhwatz2OKj-OblM3EvO8XYZ\"",
- "id": "me",
- "role": "owner",
- "type": "user"
- },
- "originalFilename": "Untitled Document.ext",
- "fileExtension": "ext",
- "md5Checksum": "d41d8cd98f00b204e9800998ecf8427e",
- "fileSize": "1000",
- "quotaBytesUsed": "1000",
- "ownerNames": [
- "Test User"
- ],
- "lastModifyingUserName": "Test User",
- "editable": true,
- "writersCanShare": true
-}
« no previous file with comments | « chrome/test/data/chromeos/drive/directory_entry.json ('k') | chrome/test/data/chromeos/drive/filelist.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698