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

Side by Side Diff: remoting/ios/Chromoting/Images.xcassets/AppIcon.appiconset/Contents.json

Issue 186733007: iOS Chromoting Client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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
OLDNEW
(Empty)
1 {
2 "images" : [
3 {
4 "idiom" : "ipad",
5 "size" : "29x29",
6 "scale" : "1x"
7 },
8 {
9 "idiom" : "ipad",
10 "size" : "29x29",
11 "scale" : "2x"
12 },
13 {
14 "idiom" : "ipad",
15 "size" : "40x40",
16 "scale" : "1x"
17 },
18 {
19 "idiom" : "ipad",
20 "size" : "40x40",
21 "scale" : "2x"
22 },
23 {
24 "size" : "76x76",
25 "idiom" : "ipad",
26 "filename" : "chromoting76.png",
27 "scale" : "1x"
28 },
29 {
30 "size" : "76x76",
31 "idiom" : "ipad",
32 "filename" : "chromoting152.png",
33 "scale" : "2x"
34 }
35 ],
36 "info" : {
37 "version" : 1,
38 "author" : "xcode"
39 }
40 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698