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

Side by Side Diff: chrome/test/data/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
« no previous file with comments | « chrome/test/data/drive/about.json ('k') | chrome/test/data/drive/changelist.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "kind": "drive#appList", 2 "kind": "drive#appList",
3 "etag": "\"Jm4BaSnCWNND-noZsHINRqj4ABC/tuqRBw0lvjUdPtc_2msA1tN4XYZ\"", 3 "etag": "\"Jm4BaSnCWNND-noZsHINRqj4ABC/tuqRBw0lvjUdPtc_2msA1tN4XYZ\"",
4 "selfLink": "https://www.googleapis.com/drive/v2/apps", 4 "selfLink": "https://www.googleapis.com/drive/v2/apps",
5 "items": [ 5 "items": [
6 { 6 {
7 "kind": "drive#app", 7 "kind": "drive#app",
8 "id": "123456788192", 8 "id": "123456788192",
9 "name": "Drive app 1", 9 "name": "Drive app 1",
10 "objectType": "", 10 "objectType": "",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 }, 85 },
86 { 86 {
87 "category": "documentShared", 87 "category": "documentShared",
88 "size": 10, 88 "size": 10,
89 "iconUrl": "http://www.example.com/ds10.png" 89 "iconUrl": "http://www.example.com/ds10.png"
90 } 90 }
91 ] 91 ]
92 } 92 }
93 ] 93 ]
94 } 94 }
OLDNEW
« no previous file with comments | « chrome/test/data/drive/about.json ('k') | chrome/test/data/drive/changelist.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698