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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/ios/watch/WatchContainer/main.m ('k') | test/ios/watch/WatchKitExtension/Info.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/watch/WatchKitExtension/Images.xcassets/MyImage.imageset/Contents.json
diff --git a/test/mac/app-bundle/TestApp/Images.xcassets/image.imageset/Contents.json b/test/ios/watch/WatchKitExtension/Images.xcassets/MyImage.imageset/Contents.json
similarity index 52%
copy from test/mac/app-bundle/TestApp/Images.xcassets/image.imageset/Contents.json
copy to test/ios/watch/WatchKitExtension/Images.xcassets/MyImage.imageset/Contents.json
index 0a87b6edc67517d95ef8080c415bf62a6e55b1b8..f80d9508688cad3cde3e1b311091433d7a8d5551 100644
--- a/test/mac/app-bundle/TestApp/Images.xcassets/image.imageset/Contents.json
+++ b/test/ios/watch/WatchKitExtension/Images.xcassets/MyImage.imageset/Contents.json
@@ -2,22 +2,19 @@
"images" : [
{
"idiom" : "universal",
- "scale" : "1x",
- "filename" : "super_sylvain.png"
+ "scale" : "1x"
},
{
"idiom" : "universal",
- "scale" : "2x",
- "filename" : "super_sylvain@2x.png"
+ "scale" : "2x"
},
{
"idiom" : "universal",
- "scale" : "3x",
- "filename" : "super_sylvain@3x.png"
+ "scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
-}
+}
« 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