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

Side by Side Diff: test/ios/xctests/App/Images.xcassets/AppIcon.appiconset/Contents.json

Issue 1410113002: Make ninja work with XCTests for iOS. (Closed) Base URL: https://chromium.googlesource.com/external/gyp@master
Patch Set: Update copyright Created 5 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
« no previous file with comments | « test/ios/xctests/App/Base.lproj/Main.storyboard ('k') | test/ios/xctests/App/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" : "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" : "29x29",
11 "scale" : "3x"
12 },
13 {
14 "idiom" : "iphone",
10 "size" : "40x40", 15 "size" : "40x40",
11 "scale" : "2x" 16 "scale" : "2x"
12 }, 17 },
13 { 18 {
14 "idiom" : "iphone", 19 "idiom" : "iphone",
20 "size" : "40x40",
21 "scale" : "3x"
22 },
23 {
24 "idiom" : "iphone",
15 "size" : "60x60", 25 "size" : "60x60",
16 "scale" : "2x" 26 "scale" : "2x"
17 }, 27 },
18 { 28 {
29 "idiom" : "iphone",
30 "size" : "60x60",
31 "scale" : "3x"
32 },
33 {
19 "idiom" : "ipad", 34 "idiom" : "ipad",
20 "size" : "29x29", 35 "size" : "29x29",
21 "scale" : "1x" 36 "scale" : "1x"
22 }, 37 },
23 { 38 {
24 "idiom" : "ipad", 39 "idiom" : "ipad",
25 "size" : "29x29", 40 "size" : "29x29",
26 "scale" : "2x" 41 "scale" : "2x"
27 }, 42 },
28 { 43 {
(...skipping 14 matching lines...) Expand all
43 { 58 {
44 "idiom" : "ipad", 59 "idiom" : "ipad",
45 "size" : "76x76", 60 "size" : "76x76",
46 "scale" : "2x" 61 "scale" : "2x"
47 } 62 }
48 ], 63 ],
49 "info" : { 64 "info" : {
50 "version" : 1, 65 "version" : 1,
51 "author" : "xcode" 66 "author" : "xcode"
52 } 67 }
53 } 68 }
OLDNEW
« no previous file with comments | « test/ios/xctests/App/Base.lproj/Main.storyboard ('k') | test/ios/xctests/App/Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698