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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/xctests/App/Images.xcassets/AppIcon.appiconset/Contents.json
diff --git a/test/ios/watch/WatchContainer/Images.xcassets/AppIcon.appiconset/Contents.json b/test/ios/xctests/App/Images.xcassets/AppIcon.appiconset/Contents.json
similarity index 76%
copy from test/ios/watch/WatchContainer/Images.xcassets/AppIcon.appiconset/Contents.json
copy to test/ios/xctests/App/Images.xcassets/AppIcon.appiconset/Contents.json
index f697f61f4aaf5c61e3187cb5ccb77d049de80a0b..36d2c80d8893178d7e1f2964085b273959bfdc28 100644
--- a/test/ios/watch/WatchContainer/Images.xcassets/AppIcon.appiconset/Contents.json
+++ b/test/ios/xctests/App/Images.xcassets/AppIcon.appiconset/Contents.json
@@ -7,15 +7,30 @@
},
{
"idiom" : "iphone",
+ "size" : "29x29",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "iphone",
+ "size" : "40x40",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
},
{
+ "idiom" : "iphone",
+ "size" : "60x60",
+ "scale" : "3x"
+ },
+ {
"idiom" : "ipad",
"size" : "29x29",
"scale" : "1x"
@@ -50,4 +65,4 @@
"version" : 1,
"author" : "xcode"
}
-}
+}
« 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