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

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

Issue 475333004: Remove old Chromoting iOS client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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" : "iphone",
5 "size" : "29x29",
6 "scale" : "1x"
7 },
8 {
9 "idiom" : "iphone",
10 "size" : "29x29",
11 "scale" : "2x"
12 },
13 {
14 "idiom" : "iphone",
15 "size" : "40x40",
16 "scale" : "2x"
17 },
18 {
19 "idiom" : "iphone",
20 "size" : "57x57",
21 "scale" : "1x"
22 },
23 {
24 "idiom" : "iphone",
25 "size" : "57x57",
26 "scale" : "2x"
27 },
28 {
29 "size" : "60x60",
30 "idiom" : "iphone",
31 "filename" : "chromoting120.png",
32 "scale" : "2x"
33 },
34 {
35 "idiom" : "ipad",
36 "size" : "29x29",
37 "scale" : "1x"
38 },
39 {
40 "idiom" : "ipad",
41 "size" : "29x29",
42 "scale" : "2x"
43 },
44 {
45 "idiom" : "ipad",
46 "size" : "40x40",
47 "scale" : "1x"
48 },
49 {
50 "idiom" : "ipad",
51 "size" : "40x40",
52 "scale" : "2x"
53 },
54 {
55 "idiom" : "ipad",
56 "size" : "50x50",
57 "scale" : "1x"
58 },
59 {
60 "idiom" : "ipad",
61 "size" : "50x50",
62 "scale" : "2x"
63 },
64 {
65 "idiom" : "ipad",
66 "size" : "72x72",
67 "scale" : "1x"
68 },
69 {
70 "idiom" : "ipad",
71 "size" : "72x72",
72 "scale" : "2x"
73 },
74 {
75 "size" : "76x76",
76 "idiom" : "ipad",
77 "filename" : "chromoting76.png",
78 "scale" : "1x"
79 },
80 {
81 "size" : "76x76",
82 "idiom" : "ipad",
83 "filename" : "chromoting152.png",
84 "scale" : "2x"
85 }
86 ],
87 "info" : {
88 "version" : 1,
89 "author" : "xcode"
90 }
91 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698