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

Side by Side Diff: test/ios/watch/WatchKitExtension/Images.xcassets/MyImage.imageset/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
« no previous file with comments | « test/ios/watch/WatchContainer/main.m ('k') | test/ios/watch/WatchKitExtension/Info.plist » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "images" : [ 2 "images" : [
3 { 3 {
4 "idiom" : "universal", 4 "idiom" : "universal",
5 "scale" : "1x", 5 "scale" : "1x"
6 "filename" : "super_sylvain.png"
7 }, 6 },
8 { 7 {
9 "idiom" : "universal", 8 "idiom" : "universal",
10 "scale" : "2x", 9 "scale" : "2x"
11 "filename" : "super_sylvain@2x.png"
12 }, 10 },
13 { 11 {
14 "idiom" : "universal", 12 "idiom" : "universal",
15 "scale" : "3x", 13 "scale" : "3x"
16 "filename" : "super_sylvain@3x.png"
17 } 14 }
18 ], 15 ],
19 "info" : { 16 "info" : {
20 "version" : 1, 17 "version" : 1,
21 "author" : "xcode" 18 "author" : "xcode"
22 } 19 }
23 } 20 }
OLDNEW
« no previous file with comments | « test/ios/watch/WatchContainer/main.m ('k') | test/ios/watch/WatchKitExtension/Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698