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

Side by Side Diff: third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/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" : "mac",
5 "size" : "16x16",
6 "scale" : "1x"
7 },
8 {
9 "idiom" : "mac",
10 "size" : "16x16",
11 "scale" : "2x"
12 },
13 {
14 "idiom" : "mac",
15 "size" : "32x32",
16 "scale" : "1x"
17 },
18 {
19 "idiom" : "mac",
20 "size" : "32x32",
21 "scale" : "2x"
22 },
23 {
24 "idiom" : "mac",
25 "size" : "128x128",
26 "scale" : "1x"
27 },
28 {
29 "idiom" : "mac",
30 "size" : "128x128",
31 "scale" : "2x"
32 },
33 {
34 "idiom" : "mac",
35 "size" : "256x256",
36 "scale" : "1x"
37 },
38 {
39 "idiom" : "mac",
40 "size" : "256x256",
41 "scale" : "2x"
42 },
43 {
44 "idiom" : "mac",
45 "size" : "512x512",
46 "scale" : "1x"
47 },
48 {
49 "idiom" : "mac",
50 "size" : "512x512",
51 "scale" : "2x"
52 }
53 ],
54 "info" : {
55 "version" : 1,
56 "author" : "xcode"
57 }
58 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698