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

Unified Diff: chrome/test/data/chromeos/gdata/hosted_document_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
Index: chrome/test/data/chromeos/gdata/hosted_document_entry.json
diff --git a/chrome/test/data/chromeos/gdata/hosted_document_entry.json b/chrome/test/data/chromeos/gdata/hosted_document_entry.json
deleted file mode 100644
index 8d9a6092ad71b1e487d4ce9e8065e5f523d9e4e5..0000000000000000000000000000000000000000
--- a/chrome/test/data/chromeos/gdata/hosted_document_entry.json
+++ /dev/null
@@ -1,88 +0,0 @@
-{
- "encoding": "UTF-8",
- "entry": {
- "app$edited": {
- "$t": "2011-12-13T18:49:19.627Z",
- "xmlns$app": "http://www.w3.org/2007/app"
- },
- "author": [ {
- "email": {
- "$t": "doc_author@testing.com"
- },
- "name": {
- "$t": "doc_author"
- }
- } ],
- "category": [ {
- "label": "document",
- "scheme": "http://schemas.google.com/g/2005#kind",
- "term": "http://schemas.google.com/docs/2007#document"
- }, {
- "label": "viewed",
- "scheme": "http://schemas.google.com/g/2005/labels",
- "term": "http://schemas.google.com/g/2005/labels#viewed"
- } ],
- "content": {
- "src": "https://3_document_content",
- "type": "text/html"
- },
- "docs$writersCanInvite": {
- "value": "true"
- },
- "gd$etag": "\"HhNaTRdUASt7ImBr\"",
- "gd$feedLink": [ {
- "href": "https://3_document_feed_link",
- "rel": "http://schemas.google.com/docs/2007/revisions"
- } ],
- "gd$lastModifiedBy": {
- "email": {
- "$t": "doc_author@testing.com"
- },
- "name": {
- "$t": "doc_author"
- }
- },
- "gd$lastViewed": {
- "$t": "2011-12-13T02:12:18.527Z"
- },
- "gd$quotaBytesUsed": {
- "$t": "0"
- },
- "gd$resourceId": {
- "$t": "document:5_document_resource_id"
- },
- "id": {
- "$t": "5_document_id"
- },
- "link": [ {
- "href": "https://3_document_alternate_link",
- "rel": "alternate",
- "type": "text/html"
- }, {
- "href": "https://3_document_share_link",
- "rel": "http://schemas.google.com/docs/2007#share",
- "type": "image/html"
- }, {
- "href": "https://3_document_thumbnail_link",
- "rel": "http://schemas.google.com/docs/2007/thumbnail",
- "type": "image/jpeg"
- }, {
- "href": "https://3_document_self_link/document:5_document_resource_id",
- "rel": "edit",
- "type": "application/atom+xml"
- }, {
- "href": "https://3_document_self_link/document:5_document_resource_id",
- "rel": "self",
- "type": "application/atom+xml"
- } ],
- "published": {
- "$t": "2011-12-12T23:28:46.686Z"
- },
- "title": {
- "$t": "Document 1"
- },
- "updated": {
- "$t": "2011-12-12T23:28:52.783Z"
- }
- }
-}
« no previous file with comments | « chrome/test/data/chromeos/gdata/file_entry.json ('k') | chrome/test/data/chromeos/gdata/new_folder_entry.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698