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

Side by Side Diff: third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Assets.xcassets/AppIcon.appiconset/Contents.json

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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" : "2x"
7 },
8 {
9 "idiom" : "iphone",
10 "size" : "29x29",
11 "scale" : "3x"
12 },
13 {
14 "idiom" : "iphone",
15 "size" : "40x40",
16 "scale" : "2x"
17 },
18 {
19 "idiom" : "iphone",
20 "size" : "40x40",
21 "scale" : "3x"
22 },
23 {
24 "idiom" : "iphone",
25 "size" : "60x60",
26 "scale" : "2x"
27 },
28 {
29 "idiom" : "iphone",
30 "size" : "60x60",
31 "scale" : "3x"
32 },
33 {
34 "idiom" : "ipad",
35 "size" : "29x29",
36 "scale" : "1x"
37 },
38 {
39 "idiom" : "ipad",
40 "size" : "29x29",
41 "scale" : "2x"
42 },
43 {
44 "idiom" : "ipad",
45 "size" : "40x40",
46 "scale" : "1x"
47 },
48 {
49 "idiom" : "ipad",
50 "size" : "40x40",
51 "scale" : "2x"
52 },
53 {
54 "idiom" : "ipad",
55 "size" : "76x76",
56 "scale" : "1x"
57 },
58 {
59 "idiom" : "ipad",
60 "size" : "76x76",
61 "scale" : "2x"
62 }
63 ],
64 "info" : {
65 "version" : 1,
66 "author" : "xcode"
67 }
68 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698