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

Side by Side Diff: remoting/ios/app/resources/Assets.xcassets/Background.imageset/Contents.json

Issue 2921413002: [CRD iOS] Finish up the host list UI (Closed)
Patch Set: Added sources to the target. Hopefully it will fix the issue Created 3 years, 6 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
1 { 1 {
2 "images" : [ 2 "images" : [
3 { 3 {
4 "idiom" : "universal", 4 "idiom" : "universal",
5 "filename" : "bkg1.jpg", 5 "filename" : "bkg1.jpg",
6 "scale" : "1x" 6 "scale" : "1x"
7 }, 7 },
8 { 8 {
9 "idiom" : "universal", 9 "idiom" : "universal",
10 "filename" : "bkg1_2x.jpg", 10 "filename" : "bkg1_2x.jpg",
11 "scale" : "2x" 11 "scale" : "2x"
12 },
13 {
14 "idiom" : "universal",
15 "scale" : "3x"
16 } 12 }
17 ], 13 ],
18 "info" : { 14 "info" : {
19 "version" : 1, 15 "version" : 1,
20 "author" : "xcode" 16 "author" : "xcode"
21 } 17 }
22 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698