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

Side by Side 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, 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
OLDNEW
(Empty)
1 {
2 "kind": "drive#appList",
3 "etag": "\"Jm4BaSnCWNND-noZsHINRqj4ABC/tuqRBw0lvjUdPtc_2msA1tN4XYZ\"",
4 "selfLink": "https://www.googleapis.com/drive/v2/apps",
5 "items": [
6 {
7 "kind": "drive#app",
8 "id": "123456788192",
9 "name": "Drive app 1",
10 "objectType": "",
11 "supportsCreate": true,
12 "supportsImport": true,
13 "installed": true,
14 "authorized": false,
15 "productUrl": "https://chrome.google.com/webstore/detail/abcdefghabcdefghabcd efghabcdefgh",
16 "primaryMimeTypes": [
17 "application/vnd.google-apps.drive-sdk.123456788192"
18 ],
19 "secondaryMimeTypes": [
20 "text/html",
21 "text/plain"
22 ],
23 "primaryFileExtensions": [
24 "exe",
25 "com"
26 ],
27 "icons": [
28 {
29 "category": "application",
30 "size": 10,
31 "iconUrl": "http://www.example.com/10.png"
32 },
33 {
34 "category": "application",
35 "size": 16,
36 "iconUrl": "http://www.example.com/16.png"
37 },
38 {
39 "category": "document",
40 "size": 10,
41 "iconUrl": "http://www.example.com/d10.png"
42 },
43 {
44 "category": "document",
45 "size": 16,
46 "iconUrl": "http://www.example.com/d16.png"
47 },
48 {
49 "category": "documentShared",
50 "size": 10,
51 "iconUrl": "http://www.example.com/ds10.png"
52 },
53 {
54 "category": "documentShared",
55 "size": 16,
56 "iconUrl": "http://www.example.com/ds16.png"
57 }
58 ]
59 },
60 {
61 "kind": "drive#app",
62 "id": "876543210000",
63 "name": "Drive app 2",
64 "objectType": "",
65 "supportsCreate": false,
66 "supportsImport": false,
67 "installed": true,
68 "authorized": false,
69 "productUrl": "https://chrome.google.com/webstore/detail/hgfedcbahgfedcbahgfe dcbahgfedcba",
70 "primaryMimeTypes": [
71 "image/jpeg",
72 "image/png",
73 "application/vnd.google-apps.drive-sdk.876543210000"
74 ],
75 "icons": [
76 {
77 "category": "application",
78 "size": 10,
79 "iconUrl": "http://www.example.com/10.png"
80 },
81 {
82 "category": "document",
83 "size": 10,
84 "iconUrl": "http://www.example.com/d10.png"
85 },
86 {
87 "category": "documentShared",
88 "size": 10,
89 "iconUrl": "http://www.example.com/ds10.png"
90 }
91 ]
92 }
93 ]
94 }
OLDNEW
« 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