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

Unified Diff: chrome/test/data/chromeos/drive/applist.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/about.json ('k') | chrome/test/data/chromeos/drive/changelist.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/chromeos/drive/applist.json
diff --git a/chrome/test/data/chromeos/drive/applist.json b/chrome/test/data/chromeos/drive/applist.json
deleted file mode 100644
index 5614b4330d392fbd437fe9c89898b796429a7a0d..0000000000000000000000000000000000000000
--- a/chrome/test/data/chromeos/drive/applist.json
+++ /dev/null
@@ -1,94 +0,0 @@
-{
- "kind": "drive#appList",
- "etag": "\"Jm4BaSnCWNND-noZsHINRqj4ABC/tuqRBw0lvjUdPtc_2msA1tN4XYZ\"",
- "selfLink": "https://www.googleapis.com/drive/v2/apps",
- "items": [
- {
- "kind": "drive#app",
- "id": "123456788192",
- "name": "Drive app 1",
- "objectType": "",
- "supportsCreate": true,
- "supportsImport": true,
- "installed": true,
- "authorized": false,
- "productUrl": "https://chrome.google.com/webstore/detail/abcdefghabcdefghabcdefghabcdefgh",
- "primaryMimeTypes": [
- "application/vnd.google-apps.drive-sdk.123456788192"
- ],
- "secondaryMimeTypes": [
- "text/html",
- "text/plain"
- ],
- "primaryFileExtensions": [
- "exe",
- "com"
- ],
- "icons": [
- {
- "category": "application",
- "size": 10,
- "iconUrl": "http://www.example.com/10.png"
- },
- {
- "category": "application",
- "size": 16,
- "iconUrl": "http://www.example.com/16.png"
- },
- {
- "category": "document",
- "size": 10,
- "iconUrl": "http://www.example.com/d10.png"
- },
- {
- "category": "document",
- "size": 16,
- "iconUrl": "http://www.example.com/d16.png"
- },
- {
- "category": "documentShared",
- "size": 10,
- "iconUrl": "http://www.example.com/ds10.png"
- },
- {
- "category": "documentShared",
- "size": 16,
- "iconUrl": "http://www.example.com/ds16.png"
- }
- ]
- },
- {
- "kind": "drive#app",
- "id": "876543210000",
- "name": "Drive app 2",
- "objectType": "",
- "supportsCreate": false,
- "supportsImport": false,
- "installed": true,
- "authorized": false,
- "productUrl": "https://chrome.google.com/webstore/detail/hgfedcbahgfedcbahgfedcbahgfedcba",
- "primaryMimeTypes": [
- "image/jpeg",
- "image/png",
- "application/vnd.google-apps.drive-sdk.876543210000"
- ],
- "icons": [
- {
- "category": "application",
- "size": 10,
- "iconUrl": "http://www.example.com/10.png"
- },
- {
- "category": "document",
- "size": 10,
- "iconUrl": "http://www.example.com/d10.png"
- },
- {
- "category": "documentShared",
- "size": 10,
- "iconUrl": "http://www.example.com/ds10.png"
- }
- ]
- }
- ]
-}
« no previous file with comments | « chrome/test/data/chromeos/drive/about.json ('k') | chrome/test/data/chromeos/drive/changelist.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698