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

Side by Side Diff: test/ios/watch/WatchContainer/Images.xcassets/AppIcon.appiconset/Contents.json

Issue 762673002: Add support for iOS WatchKit apps in GYP (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Specify code sign identity in extension test Created 6 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "images" : [ 2 "images" : [
3 { 3 {
4 "idiom" : "iphone", 4 "idiom" : "iphone",
5 "size" : "29x29", 5 "size" : "29x29",
6 "scale" : "2x" 6 "scale" : "2x"
7 }, 7 },
8 { 8 {
9 "idiom" : "iphone", 9 "idiom" : "iphone",
10 "size" : "40x40", 10 "size" : "40x40",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "idiom" : "ipad", 44 "idiom" : "ipad",
45 "size" : "76x76", 45 "size" : "76x76",
46 "scale" : "2x" 46 "scale" : "2x"
47 } 47 }
48 ], 48 ],
49 "info" : { 49 "info" : {
50 "version" : 1, 50 "version" : 1,
51 "author" : "xcode" 51 "author" : "xcode"
52 } 52 }
53 } 53 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698