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

Side by Side Diff: ios/chrome/browser/ui/first_run/resources/FirstRun.xcassets/checkbox.imageset/Contents.json

Issue 2547943003: [ios] Adds reading_list and first_run resources (Closed)
Patch Set: 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 "filename" : "checkbox.png",
6 "scale" : "1x"
7 },
8 {
9 "idiom" : "iphone",
10 "filename" : "checkbox@2x.png",
11 "scale" : "2x"
12 },
13 {
14 "idiom" : "iphone",
15 "filename" : "checkbox@3x.png",
16 "scale" : "3x"
17 },
18 {
19 "idiom" : "ipad",
20 "filename" : "checkbox~ipad.png",
21 "scale" : "1x"
22 },
23 {
24 "idiom" : "ipad",
25 "filename" : "checkbox@2x~ipad.png",
26 "scale" : "2x"
27 }
28 ],
29 "info" : {
30 "version" : 1,
31 "author" : "xcode"
32 }
33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698